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

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

Can't build Emacs 24.5 or master-branch


From: Rasmus
Subject: Can't build Emacs 24.5 or master-branch
Date: Wed, 22 Apr 2015 16:04:37 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Hi,

At the  moment I can  neither build  Emacs-24.5 or Emacs-25-git.   I don't
know if  this is a  bug in Emacs  or some sort of  bug on my  system.  The
following is the output of:

    ./configure CFLAGS='-g3 -O0'
    make
    # fails
    cd src/
    gdb temacs
    (gdb) source .gdbinit
    (gdb) run --batch --load loadup bootstrap
    (gdb) backtrace

I would appreciate any tips on solving this.

Thanks,
Rasmus

x200s:rasmus:[emacs-git] $ ./configure CFLAGS='-g3 -O0'
checking for xcrun... no
checking for GNU Make... make
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make supports nested variables... (cached) yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether 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 make... 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 tzalloc... no
checking for tzset... 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... yes
checking for pipe2... yes
checking for pselect... yes
checking for fchmod... yes
checking for readlink... yes
checking for strtoimax... yes
checking for strtoumax... yes
checking for symlink... yes
checking for localtime_r... yes
checking for futimes... yes
checking for futimesat... yes
checking for futimens... yes
checking for utimensat... yes
checking for lutimes... yes
checking for getdtablesize... yes
checking for secure_getenv... yes
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 Minix Amsterdam compiler... no
checking for ar... ar
checking for ranlib... ranlib
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 special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether the compiler is clang... no
checking whether make 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 paxctl... no
checking for setfattr... no
checking for -znocombreloc... yes
checking whether addresses are sanitized... no
checking for library containing sqrt... -lm
checking for pkg-config... /usr/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... 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 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... yes
checking for stdio_ext.h... yes
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... yes
checking if Linux sysinfo may be used... yes
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... no
checking for struct ifreq.ifr_flags... yes
checking for struct ifreq.ifr_hwaddr... yes
checking for struct ifreq.ifr_netmask... yes
checking for struct ifreq.ifr_broadaddr... yes
checking for struct ifreq.ifr_addr... yes
checking for struct ifreq.ifr_addr.sa_len... no
checking whether gcc understands -MMD -MF... yes
checking for long file names... yes
checking for X... libraries , headers 
checking whether malloc is Doug Lea style... yes
checking sys/vlimit.h usability... yes
checking sys/vlimit.h presence... yes
checking for sys/vlimit.h... yes
checking for data_start... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for main in -lXbsd... no
checking for pthread library... -lpthread
checking whether X on GNU/Linux needs -b to link... no
checking for Xkb... yes
checking for XrmSetDatabase... yes
checking for XScreenResourceString... yes
checking for XScreenNumberOfScreen... yes
checking X11 version 6... 6 or newer
checking for RSVG... yes
checking for IMAGEMAGICK... yes
checking for MagickExportImagePixels... yes
checking for MagickMergeImageLayers... yes
checking for GTK... yes
checking whether GTK compiles... yes
checking whether GTK_TYPE_FILE_SELECTION is declared... no
checking whether GTK_TYPE_HANDLE_BOX is declared... yes
checking for gtk_handle_box_new... yes
checking whether GTK_TYPE_TEAROFF_MENU_ITEM is declared... yes
checking for gtk_tearoff_menu_item_new... yes
checking for gtk_widget_get_window... yes
checking for gtk_widget_set_has_window... yes
checking for gtk_dialog_get_action_area... yes
checking for gtk_widget_get_sensitive... yes
checking for gtk_widget_get_mapped... yes
checking for gtk_adjustment_get_page_size... yes
checking for gtk_orientable_set_orientation... yes
checking for gtk_window_set_has_resize_grip... yes
checking for DBUS... yes
checking for dbus_watch_get_unix_fd... yes
checking for dbus_type_is_valid... yes
checking for dbus_validate_bus_name... yes
checking for dbus_validate_path... yes
checking for dbus_validate_interface... yes
checking for dbus_validate_member... yes
checking for GSETTINGS... yes
checking whether GSettings is in gio... yes
checking for GCONF... yes
checking for GOBJECT... yes
checking for lgetfilecon in -lselinux... no
checking for LIBGNUTLS... yes
checking for LIBGNUTLS3... yes
checking for GFILENOTIFY... yes
checking for FONTCONFIG... yes
checking for XFT... yes
checking for XRenderQueryExtension in -lXrender... yes
checking for X11/Xft/Xft.h... yes
checking for XftFontOpen in -lXft... yes
checking for FREETYPE... yes
checking for LIBOTF... yes
checking for OTF_get_variation_glyphs in -lotf... yes
checking for M17N_FLT... yes
checking X11/xpm.h usability... yes
checking X11/xpm.h presence... 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... -lz
checking for png... yes
checking whether png_longjmp is declared... yes
checking tiffio.h usability... yes
checking tiffio.h presence... yes
checking for tiffio.h... yes
checking for TIFFGetVersion in -ltiff... yes
checking gif_lib.h usability... yes
checking gif_lib.h presence... yes
checking for gif_lib.h... yes
checking for GifMakeMapObject in -lgif... yes
checking gpm.h usability... yes
checking gpm.h presence... yes
checking for gpm.h... yes
checking for Gpm_Open in -lgpm... yes
checking X11/SM/SMlib.h usability... yes
checking X11/SM/SMlib.h presence... yes
checking for X11/SM/SMlib.h... yes
checking for SmcOpenConnection in -lSM... yes
checking for XRANDR... yes
checking for XRRGetOutputPrimary... yes
checking for XRRGetScreenResourcesCurrent... yes
checking for XINERAMA... yes
checking for XFIXES... yes
checking for LIBXML2... yes
checking for htmlReadMemory in -lxml2... 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... 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 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 aligned_alloc... yes
checking for __builtin_unwind_init... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for grantpt... yes
checking for getpt... yes
checking for posix_openpt... yes
checking for library containing tputs... -lncurses
checking for timerfd interface... yes
checking whether signals can be handled on alternate stack... yes
checking valgrind/valgrind.h usability... yes
checking valgrind/valgrind.h presence... yes
checking for valgrind/valgrind.h... yes
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... yes
checking for nl_langinfo and CODESET... yes
checking for mbstate_t... yes
checking for signals via characters... 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... yes
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... yes
checking for complete errno.h... yes
checking for mode_t... yes
checking whether fdatasync is declared... yes
checking for st_dm_mode in struct stat... no
checking whether strmode is declared... no
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... yes
checking for working GNU getopt_long function... yes
checking whether getenv is declared... yes
checking for C/C++ restrict keyword... __restrict
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 unsetenv is declared... 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 for alloca as a compiler built-in... yes
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking for library containing clock_gettime... none required
checking for clock_gettime... yes
checking for clock_settime... yes
checking whether dup2 works... yes
checking for library containing backtrace_symbols_fd... none required
checking whether fcntl handles F_DUPFD correctly... yes
checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check
checking for library containing fdatasync... none required
checking whether fdopendir is declared... yes
checking whether fdopendir works... yes
checking for __fpending... yes
checking whether __fpending is declared... yes
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... yes
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 sys/acl.h usability... yes
checking sys/acl.h presence... yes
checking for sys/acl.h... yes
checking for library containing acl_get_file... -lacl
checking for acl_get_file... yes
checking for acl_get_fd... yes
checking for acl_set_file... yes
checking for acl_set_fd... yes
checking for acl_free... yes
checking for acl_from_mode... yes
checking for acl_from_text... yes
checking for acl_delete_def_file... yes
checking for acl_extended_file... yes
checking for acl_delete_fd_np... no
checking for acl_delete_file_np... no
checking for acl_copy_ext_native... no
checking for acl_create_entry_np... no
checking for acl_to_short_text... no
checking for acl_free_text... no
checking for working acl_get_file... yes
checking acl/libacl.h usability... yes
checking acl/libacl.h presence... yes
checking for acl/libacl.h... yes
checking for acl_entries... yes
checking for ACL_FIRST_ENTRY... yes
checking for ACL_TYPE_EXTENDED... no
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... yes
checking for socklen_t... yes
checking for ssize_t... yes
checking for struct stat.st_atim.tv_nsec... yes
checking whether struct stat.st_atim is of type struct timespec... yes
checking for struct stat.st_birthtimespec.tv_nsec... no
checking for struct stat.st_birthtimensec... no
checking for struct stat.st_birthtim.tv_nsec... no
checking for working stdalign.h... yes
checking for max_align_t... no
checking whether NULL can be used in arbitrary expressions... yes
checking whether inttypes macros match system or gnu printf... 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 library containing timer_settime... -lrt
checking for timer_settime... yes
checking for unsetenv... yes
checking for unsetenv() return type... int
checking whether unsetenv obeys POSIX... yes
checking for variable-length arrays... yes
checking whether getdtablesize works... yes
checking whether gcc -std=gnu99 accepts -nopie... no

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

  Where should the build process find the source code?    .
  What compiler should emacs be built with?               gcc -std=gnu99 -g3 -O0
  Should Emacs use the GNU version of malloc?             yes
      (Using Doug Lea's new malloc from the GNU C Library.)
  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?                                  yes
  Does Emacs use a gif library?                           yes -lgif
  Does Emacs use a png library?                           yes -lpng16
  Does Emacs use -lrsvg-2?                                yes
  Does Emacs use imagemagick?                             yes
  Does Emacs support sound?                               yes
  Does Emacs use -lgpm?                                   yes
  Does Emacs use -ldbus?                                  yes
  Does Emacs use -lgconf?                                 yes
  Does Emacs use GSettings?                               yes
  Does Emacs use a file notification library?             yes -lgio (gfile)
  Does Emacs use access control lists?                    yes -lacl
  Does Emacs use -lselinux?                               no
  Does Emacs use -lgnutls?                                yes
  Does Emacs use -lxml2?                                  yes
  Does Emacs use -lfreetype?                              yes
  Does Emacs use -lm17n-flt?                              yes
  Does Emacs use -lotf?                                   yes
  Does Emacs use -lxft?                                   yes
  Does Emacs directly use zlib?                           yes
  Does Emacs use toolkit scroll bars?                     yes


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 test/automated/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
x200s:rasmus:[emacs-git] $ make
make -C lib all
make[1]: Entering directory '/tmp/makepkg/emacs-git/src/emacs-git/lib'
  GEN      alloca.h
  GEN      dirent.h
  GEN      fcntl.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
make  all-am
make[2]: Entering directory '/tmp/makepkg/emacs-git/src/emacs-git/lib'
  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       acl-errno-valid.o
  CC       file-has-acl.o
  CC       qcopy-acl.o
  CC       qset-acl.o
  CC       stat-time.o
  CC       strftime.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       fcntl.o
  CC       sig2str.o
  AR       libgnu.a
make[2]: Leaving directory '/tmp/makepkg/emacs-git/src/emacs-git/lib'
make[1]: Leaving directory '/tmp/makepkg/emacs-git/src/emacs-git/lib'
make -C lib-src all
make[1]: Entering directory '/tmp/makepkg/emacs-git/src/emacs-git/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
make[1]: Leaving directory '/tmp/makepkg/emacs-git/src/emacs-git/lib-src'
make -C src VCSWITNESS='$(srcdir)/../.git/logs/HEAD' all
make[1]: Entering directory '/tmp/makepkg/emacs-git/src/emacs-git/src'
  GEN      globals.h
  CC       vm-limit.o
  CC       dispnew.o
  CC       frame.o
  CC       scroll.o
  CC       xdisp.o
  CC       menu.o
  CC       xmenu.o
  CC       window.o
  CC       charset.o
  CC       coding.o
  CC       category.o
  CC       ccl.o
  CC       character.o
  CC       chartab.o
  CC       bidi.o
  CC       cm.o
  CC       term.o
  CC       terminal.o
  CC       xfaces.o
  CC       xterm.o
  CC       xfns.o
  CC       xselect.o
  CC       xrdb.o
  CC       xsmfns.o
  CC       xsettings.o
  CC       gtkutil.o
  CC       emacsgtkfixed.o
  CC       dbusbind.o
  CC       emacs.o
  CC       keyboard.o
  CC       macros.o
  CC       keymap.o
  CC       sysdep.o
  CC       buffer.o
  CC       filelock.o
  CC       insdel.o
  CC       marker.o
  CC       minibuf.o
  CC       fileio.o
  CC       dired.o
  CC       cmds.o
  CC       casetab.o
  CC       casefiddle.o
  CC       indent.o
  CC       search.o
  CC       regex.o
  CC       undo.o
  CC       alloc.o
  CC       data.o
  GEN      buildobj.h
  CC       doc.o
  CC       editfns.o
  CC       callint.o
  CC       eval.o
  CC       floatfns.o
  CC       fns.o
  CC       font.o
  CC       print.o
  CC       lread.o
  CC       syntax.o
  CC       unexelf.o
  CC       bytecode.o
  CC       process.o
  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
  CC       xml.o
  CC       gfilenotify.o
  CC       profiler.o
  CC       decompress.o
  CC       xfont.o
  CC       ftfont.o
  CC       xftfont.o
  CC       ftxfont.o
  CC       fontset.o
  CC       fringe.o
  CC       image.o
image.c: In function ‘gif_load’:
image.c:7661:26: warning: initialization discards ‘const’ qualifier from 
pointer target type
       char *error_text = GifErrorString (gif_err);
                          ^
  CC       xgselect.o
  CC       terminfo.o
  CC       lastfile.o
  CCLD     temacs
/usr/bin/mkdir -p ../etc
: paxctl -r temacs
: setfattr -n user.pax.flags -v er temacs
make -C ../lisp update-subdirs
make[2]: Entering directory '/tmp/makepkg/emacs-git/src/emacs-git/lisp'
for file in `find . -type d -print`; do case $file in .*/cedet* | .*/leim* ) ;; 
*) wins="$wins${wins:+ }$file" ;; esac; done; \
for file in $wins; do \
   ./../build-aux/update-subdirs $file; \
done;
make[2]: Leaving directory '/tmp/makepkg/emacs-git/src/emacs-git/lisp'
./temacs --batch --load loadup bootstrap
Loading loadup.el (source)...
Using load-path (/tmp/makepkg/emacs-git/src/emacs-git/lisp 
/tmp/makepkg/emacs-git/src/emacs-git/lisp/emacs-lisp 
/tmp/makepkg/emacs-git/src/emacs-git/lisp/language 
/tmp/makepkg/emacs-git/src/emacs-git/lisp/international 
/tmp/makepkg/emacs-git/src/emacs-git/lisp/textmodes 
/tmp/makepkg/emacs-git/src/emacs-git/lisp/vc)
Loading emacs-lisp/byte-run (source)...
Loading emacs-lisp/backquote (source)...
Loading subr (source)...
Loading version (source)...
Loading widget (source)...
Loading custom (source)...
Loading emacs-lisp/map-ynp (source)...
Loading international/mule (source)...
Loading international/mule-conf (source)...
Loading env (source)...
Loading format (source)...
Loading bindings (source)...
Loading window (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/files.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/emacs-lisp/macroexp.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/emacs-lisp/pcase.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/emacs-lisp/macroexp.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/cus-face.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/faces.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/button.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/ldefs-boot.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/emacs-lisp/nadvice.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/emacs-lisp/cl-preloaded.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/minibuffer.el (source)...
../lisp/minibuffer.el: `with-wrapper-hook' is an obsolete macro (as of 24.4); 
use a <foo>-function variable modified by `add-function'.
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/abbrev.el (source)...
../lisp/abbrev.el: `with-wrapper-hook' is an obsolete macro (as of 24.4); use a 
<foo>-function variable modified by `add-function'.
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/simple.el (source)...
../lisp/simple.el: `with-wrapper-hook' is an obsolete macro (as of 24.4); use a 
<foo>-function variable modified by `add-function'.
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/help.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/jka-cmpr-hook.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/epa-hook.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/international/mule-cmds.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/case-table.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/international/characters.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/composite.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/chinese.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/cyrillic.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/indian.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/sinhala.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/english.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/ethiopic.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/european.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/czech.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/slovak.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/romanian.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/greek.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/hebrew.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/japanese.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/international/cp51932.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/international/eucjp-ms.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/korean.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/lao.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/tai-viet.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/thai.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/tibetan.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/vietnamese.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/misc-lang.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/utf-8-lang.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/georgian.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/khmer.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/burmese.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/cham.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/indent.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/frame.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/startup.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/term/tty-colors.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/font-core.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/facemenu.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/emacs-lisp/syntax.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/font-lock.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/jit-lock.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/mouse.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/scroll-bar.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/select.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/emacs-lisp/timer.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/isearch.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/rfn-eshadow.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/menu-bar.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/emacs-lisp/lisp.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/textmodes/page.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/register.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/textmodes/paragraphs.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/progmodes/prog-mode.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/emacs-lisp/lisp-mode.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/progmodes/elisp-mode.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/textmodes/text-mode.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/textmodes/fill.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/newcomment.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/replace.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/emacs-lisp/tabulated-list.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/buff-menu.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/fringe.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/emacs-lisp/regexp-opt.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/image.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/international/fontset.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/dnd.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/tool-bar.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/dynamic-setting.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/x-dnd.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/term/common-win.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/term/x-win.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/mwheel.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/emacs-lisp/float-sup.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/vc/vc-hooks.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/vc/ediff-hook.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/uniquify.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/electric.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/emacs-lisp/eldoc.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/cus-start.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/tooltip.el (source)...
Finding pointers to doc strings...
Finding pointers to doc strings...done
Dumping under the name emacs
Makefile:830: recipe for target 'bootstrap-emacs' failed
make[1]: *** [bootstrap-emacs] Segmentation fault (core dumped)
make[1]: Leaving directory '/tmp/makepkg/emacs-git/src/emacs-git/src'
Makefile:398: recipe for target 'src' failed
make: *** [src] Error 2
x200s:rasmus:[emacs-git] $ cd src/
x200s:rasmus:[src] $ gdb temacs 
GNU gdb (GDB) 7.9
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from temacs...done.
warning: File "/tmp/makepkg/emacs-git/src/emacs-git/src/.gdbinit" auto-loading 
has been declined by your `auto-load safe-path' set to 
"$debugdir:$datadir/auto-load".
To enable execution of this file add
        add-auto-load-safe-path 
/tmp/makepkg/emacs-git/src/emacs-git/src/.gdbinit
line to your configuration file "/home/rasmus/.gdbinit".
To completely disable this security protection add
        set auto-load safe-path /
line to your configuration file "/home/rasmus/.gdbinit".
For more information about this security protection see the
"Auto-loading safe path" section in the GDB manual.  E.g., run from the shell:
        info "(gdb)Auto-loading safe path"
(gdb) source .gdbinit 
SIGINT is used by the debugger.
Are you sure you want to change it? (y or n) [answered Y; input not from 
terminal]
DISPLAY = :0
TERM = xterm-256color
Breakpoint 1 at 0x180428: file emacs.c, line 352.
Temporary breakpoint 2 at 0x1a7404: file sysdep.c, line 914.
(gdb) 
SIGINT is used by the debugger.
Are you sure you want to change it? (y or n) [answered Y; input not from 
terminal]
Are you sure you want to change it? (y or n) [answered Y; input not from 
terminal]
Redefine command "xgetptr"? (y or n) [answered Y; input not from terminal]
Redefine command "xgetint"? (y or n) [answered Y; input not from terminal]
Redefine command "xgettype"? (y or n) [answered Y; input not from terminal]
Redefine command "xgetsym"? (y or n) [answered Y; input not from terminal]
Redefine command "xsymname"? (y or n) [answered Y; input not from terminal]
Redefine command "pr"? (y or n) [answered Y; input not from terminal]
Redefine command "pp"? (y or n) [answered Y; input not from terminal]
Redefine command "pv"? (y or n) [answered Y; input not from terminal]
Redefine command "ppt"? (y or n) [answered Y; input not from terminal]
Redefine command "pitmethod"? (y or n) [answered Y; input not from terminal]
Redefine command "pitx"? (y or n) [answered Y; input not from terminal]
Redefine command "pit"? (y or n) [answered Y; input not from terminal]
Redefine command "prowx"? (y or n) [answered Y; input not from terminal]
Redefine command "prow"? (y or n) [answered Y; input not from terminal]
Redefine command "pcursorx"? (y or n) [answered Y; input not from terminal]
Redefine command "pcursor"? (y or n) [answered Y; input not from terminal]
Redefine command "pwinx"? (y or n) [answered Y; input not from terminal]
Redefine command "pwin"? (y or n) [answered Y; input not from terminal]
Redefine command "pbiditype"? (y or n) [answered Y; input not from terminal]
Redefine command "pgx"? (y or n) [answered Y; input not from terminal]
Redefine command "pg"? (y or n) [answered Y; input not from terminal]
Redefine command "pgi"? (y or n) [answered Y; input not from terminal]
Redefine command "pgn"? (y or n) [answered Y; input not from terminal]
Redefine command "pgrowx"? (y or n) [answered Y; input not from terminal]
Redefine command "pgrow"? (y or n) [answered Y; input not from terminal]
Redefine command "pgrowit"? (y or n) [answered Y; input not from terminal]
Redefine command "prowlims"? (y or n) [answered Y; input not from terminal]
Redefine command "pmtxrows"? (y or n) [answered Y; input not from terminal]
Redefine command "xtype"? (y or n) [answered Y; input not from terminal]
Redefine command "pvectype"? (y or n) [answered Y; input not from terminal]
Redefine command "xvectype"? (y or n) [answered Y; input not from terminal]
Redefine command "pvecsize"? (y or n) [answered Y; input not from terminal]
Redefine command "xvecsize"? (y or n) [answered Y; input not from terminal]
---Type <return> to continue, or q <return> to quit---
Redefine command "xmisctype"? (y or n) [answered Y; input not from terminal]
Redefine command "xint"? (y or n) [answered Y; input not from terminal]
Redefine command "xptr"? (y or n) [answered Y; input not from terminal]
Redefine command "xmarker"? (y or n) [answered Y; input not from terminal]
Redefine command "xoverlay"? (y or n) [answered Y; input not from terminal]
Redefine command "xmiscfree"? (y or n) [answered Y; input not from terminal]
Redefine command "xsymbol"? (y or n) [answered Y; input not from terminal]
Redefine command "xstring"? (y or n) [answered Y; input not from terminal]
Redefine command "xvector"? (y or n) [answered Y; input not from terminal]
Redefine command "xprocess"? (y or n) [answered Y; input not from terminal]
Redefine command "xframe"? (y or n) [answered Y; input not from terminal]
Redefine command "xcompiled"? (y or n) [answered Y; input not from terminal]
Redefine command "xwindow"? (y or n) [answered Y; input not from terminal]
Redefine command "xwinconfig"? (y or n) [answered Y; input not from terminal]
Redefine command "xsubr"? (y or n) [answered Y; input not from terminal]
Redefine command "xchartable"? (y or n) [answered Y; input not from terminal]
Redefine command "xsubchartable"? (y or n) [answered Y; input not from terminal]
Redefine command "xboolvector"? (y or n) [answered Y; input not from terminal]
Redefine command "xbuffer"? (y or n) [answered Y; input not from terminal]
Redefine command "xhashtable"? (y or n) [answered Y; input not from terminal]
Redefine command "xcons"? (y or n) [answered Y; input not from terminal]
Redefine command "nextcons"? (y or n) [answered Y; input not from terminal]
Redefine command "xcar"? (y or n) [answered Y; input not from terminal]
Redefine command "xcdr"? (y or n) [answered Y; input not from terminal]
Redefine command "xlist"? (y or n) [answered Y; input not from terminal]
Redefine command "xfloat"? (y or n) [answered Y; input not from terminal]
Redefine command "xscrollbar"? (y or n) [answered Y; input not from terminal]
Redefine command "xpr"? (y or n) [answered Y; input not from terminal]
Redefine command "xprintstr"? (y or n) [answered Y; input not from terminal]
Redefine command "xprintsym"? (y or n) [answered Y; input not from terminal]
Redefine command "xcoding"? (y or n) [answered Y; input not from terminal]
Redefine command "xcharset"? (y or n) [answered Y; input not from terminal]
Redefine command "xfontset"? (y or n) [answered Y; input not from terminal]
Redefine command "xfont"? (y or n) [answered Y; input not from terminal]
Redefine command "xbacktrace"? (y or n) [answered Y; input not from terminal]
---Type <return> to continue, or q <return> to quit---
Redefine command "xprintbytestr"? (y or n) [answered Y; input not from terminal]
Redefine command "xwhichsymbols"? (y or n) [answered Y; input not from terminal]
Redefine command "xbytecode"? (y or n) [answered Y; input not from terminal]
Redefine command "hookpost-backtrace"? (y or n) [answered Y; input not from 
terminal]
Redefine command "ff"? (y or n) [answered Y; input not from terminal]
DISPLAY = :0
TERM = xterm-256color
Breakpoint 43 at 0x180428: file emacs.c, line 352.
Temporary breakpoint 44 at 0x1a7404: file sysdep.c, line 914.
(gdb) sysdep.c,
Undefined command: "sysdep".  Try "help".
(gdb) run --batch --load loadup bootstrap 
Starting program: /tmp/makepkg/emacs-git/src/emacs-git/src/temacs --batch 
--load loadup bootstrap
Error in re-setting breakpoint 1: Warning:
Cannot insert breakpoint 3.
Cannot access memory at address 0x180428
Cannot insert breakpoint 2.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 2: Warning:
Cannot insert breakpoint 3.
Cannot access memory at address 0x180428
Cannot insert breakpoint 4.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 3: Warning:
Cannot insert breakpoint 5.
Cannot access memory at address 0x180428
Cannot insert breakpoint 4.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 4: Warning:
Cannot insert breakpoint 5.
Cannot access memory at address 0x180428
Cannot insert breakpoint 6.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 5: Warning:
Cannot insert breakpoint 7.
Cannot access memory at address 0x180428
Cannot insert breakpoint 6.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 6: Warning:
Cannot insert breakpoint 7.
Cannot access memory at address 0x180428
Cannot insert breakpoint 8.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 7: Warning:
Cannot insert breakpoint 9.
Cannot access memory at address 0x180428
Cannot insert breakpoint 8.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 8: Warning:
Cannot insert breakpoint 9.
Cannot access memory at address 0x180428
Cannot insert breakpoint 10.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 9: Warning:
Cannot insert breakpoint 11.
Cannot access memory at address 0x180428
Cannot insert breakpoint 10.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 10: Warning:
Cannot insert breakpoint 11.
Cannot access memory at address 0x180428
Cannot insert breakpoint 12.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 11: Warning:
Cannot insert breakpoint 13.
Cannot access memory at address 0x180428
Cannot insert breakpoint 12.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 12: Warning:
Cannot insert breakpoint 13.
Cannot access memory at address 0x180428
Cannot insert breakpoint 14.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 13: Warning:
Cannot insert breakpoint 15.
Cannot access memory at address 0x180428
Cannot insert breakpoint 14.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 14: Warning:
Cannot insert breakpoint 15.
Cannot access memory at address 0x180428
Cannot insert breakpoint 16.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 15: Warning:
Cannot insert breakpoint 17.
Cannot access memory at address 0x180428
Cannot insert breakpoint 16.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 16: Warning:
Cannot insert breakpoint 17.
Cannot access memory at address 0x180428
Cannot insert breakpoint 18.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 17: Warning:
Cannot insert breakpoint 19.
Cannot access memory at address 0x180428
Cannot insert breakpoint 18.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 18: Warning:
Cannot insert breakpoint 19.
Cannot access memory at address 0x180428
Cannot insert breakpoint 20.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 19: Warning:
Cannot insert breakpoint 21.
Cannot access memory at address 0x180428
Cannot insert breakpoint 20.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 20: Warning:
Cannot insert breakpoint 21.
Cannot access memory at address 0x180428
Cannot insert breakpoint 22.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 21: Warning:
Cannot insert breakpoint 23.
Cannot access memory at address 0x180428
Cannot insert breakpoint 22.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 22: Warning:
Cannot insert breakpoint 23.
Cannot access memory at address 0x180428
Cannot insert breakpoint 24.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 23: Warning:
Cannot insert breakpoint 25.
Cannot access memory at address 0x180428
Cannot insert breakpoint 24.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 24: Warning:
Cannot insert breakpoint 25.
Cannot access memory at address 0x180428
Cannot insert breakpoint 26.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 25: Warning:
Cannot insert breakpoint 27.
Cannot access memory at address 0x180428
Cannot insert breakpoint 26.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 26: Warning:
Cannot insert breakpoint 27.
Cannot access memory at address 0x180428
Cannot insert breakpoint 28.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 27: Warning:
Cannot insert breakpoint 29.
Cannot access memory at address 0x180428
Cannot insert breakpoint 28.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 28: Warning:
Cannot insert breakpoint 29.
Cannot access memory at address 0x180428
Cannot insert breakpoint 30.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 29: Warning:
Cannot insert breakpoint 31.
Cannot access memory at address 0x180428
Cannot insert breakpoint 30.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 30: Warning:
Cannot insert breakpoint 31.
Cannot access memory at address 0x180428
Cannot insert breakpoint 32.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 31: Warning:
Cannot insert breakpoint 33.
Cannot access memory at address 0x180428
Cannot insert breakpoint 32.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 32: Warning:
Cannot insert breakpoint 33.
Cannot access memory at address 0x180428
Cannot insert breakpoint 34.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 33: Warning:
Cannot insert breakpoint 35.
Cannot access memory at address 0x180428
Cannot insert breakpoint 34.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 34: Warning:
Cannot insert breakpoint 35.
Cannot access memory at address 0x180428
Cannot insert breakpoint 36.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 35: Warning:
Cannot insert breakpoint 37.
Cannot access memory at address 0x180428
Cannot insert breakpoint 36.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 36: Warning:
Cannot insert breakpoint 37.
Cannot access memory at address 0x180428
Cannot insert breakpoint 38.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 37: Warning:
Cannot insert breakpoint 39.
Cannot access memory at address 0x180428
Cannot insert breakpoint 38.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 38: Warning:
Cannot insert breakpoint 39.
Cannot access memory at address 0x180428
Cannot insert breakpoint 40.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 39: Warning:
Cannot insert breakpoint 41.
Cannot access memory at address 0x180428
Cannot insert breakpoint 40.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 40: Warning:
Cannot insert breakpoint 41.
Cannot access memory at address 0x180428
Cannot insert breakpoint 42.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 41: Warning:
Cannot insert breakpoint 43.
Cannot access memory at address 0x180428
Cannot insert breakpoint 42.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 42: Warning:
Cannot insert breakpoint 43.
Cannot access memory at address 0x180428
Cannot insert breakpoint 44.
Cannot access memory at address 0x1a7404

Error in re-setting breakpoint 43: Warning:
Cannot insert breakpoint 44.
Cannot access memory at address 0x1a7404

[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
process 1930 is executing new program: 
/tmp/makepkg/emacs-git/src/emacs-git/src/temacs
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
Loading loadup.el (source)...
Using load-path (/tmp/makepkg/emacs-git/src/emacs-git/lisp 
/tmp/makepkg/emacs-git/src/emacs-git/lisp/emacs-lisp 
/tmp/makepkg/emacs-git/src/emacs-git/lisp/language 
/tmp/makepkg/emacs-git/src/emacs-git/lisp/international 
/tmp/makepkg/emacs-git/src/emacs-git/lisp/textmodes 
/tmp/makepkg/emacs-git/src/emacs-git/lisp/vc)
Loading emacs-lisp/byte-run (source)...
Loading emacs-lisp/backquote (source)...
Loading subr (source)...
Loading version (source)...
Loading widget (source)...
Loading custom (source)...
Loading emacs-lisp/map-ynp (source)...
Loading international/mule (source)...
Loading international/mule-conf (source)...
Loading env (source)...
Loading format (source)...
Loading bindings (source)...
Loading window (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/files.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/emacs-lisp/macroexp.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/emacs-lisp/pcase.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/emacs-lisp/macroexp.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/cus-face.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/faces.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/button.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/ldefs-boot.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/emacs-lisp/nadvice.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/emacs-lisp/cl-preloaded.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/minibuffer.el (source)...
../lisp/minibuffer.el: `with-wrapper-hook' is an obsolete macro (as of 24.4); 
use a <foo>-function variable modified by `add-function'.


Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/abbrev.el (source)...
../lisp/abbrev.el: `with-wrapper-hook' is an obsolete macro (as of 24.4); use a 
<foo>-function variable modified by `add-function'.
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/simple.el (source)...
../lisp/simple.el: `with-wrapper-hook' is an obsolete macro (as of 24.4); use a 
<foo>-function variable modified by `add-function'.
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/help.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/jka-cmpr-hook.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/epa-hook.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/international/mule-cmds.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/case-table.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/international/characters.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/composite.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/chinese.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/cyrillic.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/indian.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/sinhala.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/english.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/ethiopic.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/european.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/czech.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/slovak.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/romanian.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/greek.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/hebrew.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/japanese.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/international/cp51932.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/international/eucjp-ms.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/korean.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/lao.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/tai-viet.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/thai.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/tibetan.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/vietnamese.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/misc-lang.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/utf-8-lang.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/georgian.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/khmer.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/burmese.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/language/cham.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/indent.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/frame.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/startup.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/term/tty-colors.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/font-core.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/facemenu.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/emacs-lisp/syntax.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/font-lock.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/jit-lock.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/mouse.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/scroll-bar.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/select.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/emacs-lisp/timer.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/isearch.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/rfn-eshadow.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/menu-bar.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/emacs-lisp/lisp.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/textmodes/page.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/register.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/textmodes/paragraphs.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/progmodes/prog-mode.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/emacs-lisp/lisp-mode.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/progmodes/elisp-mode.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/textmodes/text-mode.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/textmodes/fill.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/newcomment.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/replace.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/emacs-lisp/tabulated-list.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/buff-menu.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/fringe.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/emacs-lisp/regexp-opt.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/image.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/international/fontset.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/dnd.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/tool-bar.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/dynamic-setting.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/x-dnd.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/term/common-win.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/term/x-win.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/mwheel.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/emacs-lisp/float-sup.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/vc/vc-hooks.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/vc/ediff-hook.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/uniquify.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/electric.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/emacs-lisp/eldoc.el 
(source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/cus-start.el (source)...
Loading /tmp/makepkg/emacs-git/src/emacs-git/lisp/tooltip.el (source)...
Finding pointers to doc strings...
Finding pointers to doc strings...done
Dumping under the name emacs

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff01c3550 in __memcpy_sse2_unaligned () from /usr/lib/libc.so.6
(gdb) 
(gdb) 
(gdb) backtrace 
#0  0x00007ffff01c3550 in __memcpy_sse2_unaligned () from /usr/lib/libc.so.6
#1  0x00005555557c7e7e in unexec (new_name=0x555556d0a8f8 
"/tmp/makepkg/emacs-git/src/emacs-git/src/emacs", 
    old_name=0x555556d0a930 "/tmp/makepkg/emacs-git/src/emacs-git/src/temacs") 
at unexelf.c:1059
#2  0x00005555556d6fb7 in Fdump_emacs (filename=93825017927316, 
symfile=93825017927284) at emacs.c:2118
#3  0x000055555577f821 in eval_sub (form=93825006707779) at eval.c:2184
#4  0x000055555577b672 in Fprogn (body=93825005478979) at eval.c:445
#5  0x000055555577f43c in eval_sub (form=93825006015683) at eval.c:2131
#6  0x000055555577b573 in Fif (args=93825006028435) at eval.c:396
#7  0x000055555577f43c in eval_sub (form=93825001855939) at eval.c:2131
#8  0x00005555557af1f1 in readevalloop (readcharfun=25536, 
stream=0x555555e94320, sourcename=93825001930740, printflag=false, unibyte=0, 
readfun=0, start=0, 
    end=0) at lread.c:1929
#9  0x00005555557ad90c in Fload (file=93825001873796, noerror=0, nomessage=0, 
nosuffix=0, must_suffix=0) at lread.c:1326
#10 0x000055555577f8b7 in eval_sub (form=93825001855827) at eval.c:2195
#11 0x000055555577ee19 in Feval (form=93825001855827, lexical=0) at eval.c:1996
#12 0x00005555556d9317 in top_level_2 () at keyboard.c:1148
#13 0x000055555577d612 in internal_condition_case (bfun=0x5555556d92ed 
<top_level_2>, handlers=19824, hfun=0x5555556d8c8d <cmd_error>) at eval.c:1348
#14 0x00005555556d9363 in top_level_1 (ignore=0) at keyboard.c:1156
#15 0x000055555577ccf4 in internal_catch (tag=46992, func=0x5555556d9319 
<top_level_1>, arg=0) at eval.c:1108
#16 0x00005555556d9231 in command_loop () at keyboard.c:1117
#17 0x00005555556d87fe in recursive_edit_1 () at keyboard.c:728
#18 0x00005555556d89b8 in Frecursive_edit () at keyboard.c:799
#19 0x00005555556d627a in main (argc=5, argv=0x7fffffffdda8) at emacs.c:1626

Lisp Backtrace:
"dump-emacs" (0xffffd2a0)
"progn" (0xffffd380)
"if" (0xffffd500)
"load" (0xffffd9d0)




reply via email to

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