unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Paul Eggert <eggert@cs.ucla.edu>
To: 白井彰 <okshirai@gmail.com>
Cc: 26638@debbugs.gnu.org
Subject: bug#26638: 25.2; Fatal error 6: Abortmake[1]: *** [Makefile:737: bootstrap-emacs] Abort (core dumped)
Date: Thu, 14 Sep 2017 12:14:49 -0700	[thread overview]
Message-ID: <1083333f-45ba-1d2f-8277-366e44dd1ca1@cs.ucla.edu> (raw)
In-Reply-To: <3461DFC4-C14D-482E-BB71-6935FA6F1E2C@gmail.com>

白井彰 wrote:

> './configure --with-gif=no CFLAGS="-m64 -g3"' with Sun C 5.15,
> 'CCLD temacs' failed on my site:
> 
> make[2]: Leaving directory '/tmp/emacs-25.2/admin/unidata'
>    CCLD     temacs
> ld: fatal: file /usr/sfw/lib/libfreetype.so: wrong ELF class: ELFCLASS32
> ld: fatal: file /usr/sfw/lib/libXrender.so: wrong ELF class: ELFCLASS32
> ld: fatal: file /usr/sfw/lib/libfreetype.so: wrong ELF class: ELFCLASS32
> ld: fatal: File processing errors. No output written to temacs

You'd need to link to 64-bit libraries. If you can't find them, then please 
disable the the troublesome 32-bitlibraries. E.g.,

./configure --with-gif=no --with-xft=no CFLAGS="-m64 -g3"

should build without the abovementioned libraries.

> Now I can recreate the segmentation fault of temacs every time with
> Sun C 5.15 on my site, and the backtrace of temacs seems very alike
> for each build of emacs-25.2:

That's "encouraging", in some sense. At least you can reproduce the bug.

> % cat /tmp/aaa.txt
> core '/tmp/emacs-25.2/src/core' of 24956:     ./temacs --batch --load loadup bootstrap
>   fe5a17ea rt_dldump (feffdd88, 8c0c21c, 1000, 0) + 7a6
>   fefd9fe9 dldump_core (feffb28c, 0, 8c0c21c, 1000) + 175
>   fefda036 dldump   (0, 8c0c21c, 1000, 8bd1b58) + 42
>   0834b719 unexec   (8c0c21c, 8c0c250, 8046ac8, 8215a4d) + 19

This sounds promising. Can you use a debugger to find out what is going wrong 
inside rt_dldump?





  reply	other threads:[~2017-09-14 19:14 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-24 14:20 bug#26638: 25.2; Fatal error 6: Abortmake[1]: *** [Makefile:737: bootstrap-emacs] Abort (core dumped) 白井彰
2017-04-25  0:57 ` Paul Eggert
2017-04-25 15:50   ` 白井彰
2017-04-29 19:21     ` Paul Eggert
2017-09-02 12:31       ` Eli Zaretskii
2017-09-02 13:03         ` 白井彰
2017-09-02 18:18           ` Paul Eggert
2017-09-13 13:17             ` 白井彰
2017-09-13 15:26               ` Paul Eggert
2017-09-14 15:11                 ` 白井彰
2017-09-14 19:14                   ` Paul Eggert [this message]
2017-09-27 15:16                     ` 白井彰
2017-10-02  6:18                       ` Paul Eggert

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=1083333f-45ba-1d2f-8277-366e44dd1ca1@cs.ucla.edu \
    --to=eggert@cs.ucla.edu \
    --cc=26638@debbugs.gnu.org \
    --cc=okshirai@gmail.com \
    /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).