all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Cadadr <cadadr@protonmail.com>
To: 26589@debbugs.gnu.org
Cc: "self@gkayaalp.com" <self@gkayaalp.com>
Subject: bug#26589: Can't built Emacs from source (both master and 25.1 from tarball fail)
Date: Fri, 21 Apr 2017 08:20:47 -0400	[thread overview]
Message-ID: <Jl4ZBmReiHNqCFi_thTVc8NTUzcU2Jn6vhgRBAqKhctGEnwxRuGHAdWakvp_4Jp1c3gA5yetCxoxDGrz7BWJ5AEttlTfb_tf2fJYmJABsMY=@protonmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 3314 bytes --]

I'm unable to build Emacs on my Xubuntu 16.10 machine from various versions. Not having a built Emacs handy, I have to send this bug report from a webmail client, so please excuse formatting issues and not using M-x report-emacs-bug.

- The 25.1 tarball

My build configuration

./configure \
--prefix=$HOME/local \
--with-x-toolkit=gtk3 \
--with-modules \
--with-file-notification=yes

Then I run make. Have also tried make bootstrap, with identical results.

Build fails with the following error:

Dumping under the name emacs
Makefile:736: recipe for target 'bootstrap-emacs' failed
make[1]: *** [bootstrap-emacs] Segmentation fault (core dumped)
make[1]: Leaving directory '/tmp/build-emacs/emacs-25.1/src'
Makefile:398: recipe for target 'src' failed
make: *** [src] Error 2

This is fixed with running make as "make CANNOT_DUMP=yes". Then I'm blocked by the following error:

Converting /tmp/build-emacs/emacs-25.1/leim/CXTERM-DIC/CCDOSPY.tit to quail-package...
TIT dictionary doesn’t have body part
Makefile:106: recipe for target '../lisp/leim/quail/CCDOSPY.el' failed
make[2]: *** [../lisp/leim/quail/CCDOSPY.el] Error 255
make[2]: Leaving directory '/tmp/build-emacs/emacs-25.1/leim'
Makefile:490: recipe for target '../lisp/leim/leim-list.el' failed
make[1]: *** [../lisp/leim/leim-list.el] Error 2
make[1]: Leaving directory '/tmp/build-emacs/emacs-25.1/src'
Makefile:398: recipe for target 'src' failed
make: *** [src] Error 2

This is from a pristine copy of 25.1 from the tarball. I used to run a 25.1 build of mine with identical build flags on my Xubuntu 16.04, but after an update that broke a dynamic link to a library (png), I had to rebuild, and now I don't have any working emacs builds that I can use with my configuration.

- Building master fails

Here, building with following configuration, I encounter an error similar or identical to the second problem from 25.1 tarball. I've fetched a fresh copy from Savannah git repo today.

./configure \
--prefix=$HOME/local \
--with-x-toolkit=gtk3 \
--with-modules \
--with-file-notification=yes \
--with-mailutils

When I run make I get the following error:

make[3]: Entering directory '/igk/checkouts/GNU-Emacs/leim'
GEN ../lisp/leim/quail/CCDOSPY.el
Converting /igk/checkouts/GNU-Emacs/leim/CXTERM-DIC/CCDOSPY.tit to quail-package...
Loading macroexp.elc...
TIT dictionary doesn’t have body part
Makefile:106: recipe for target '../lisp/leim/quail/CCDOSPY.el' failed
make[3]: *** [../lisp/leim/quail/CCDOSPY.el] Error 255
make[3]: Leaving directory '/igk/checkouts/GNU-Emacs/leim'
Makefile:355: recipe for target 'leim' failed
make[2]: *** [leim] Error 2
make[2]: Leaving directory '/igk/checkouts/GNU-Emacs/lisp'
Makefile:734: recipe for target '../lisp/loaddefs.el' failed
make[1]: *** [../lisp/loaddefs.el] Error 2
make[1]: Leaving directory '/igk/checkouts/GNU-Emacs/src'
Makefile:416: recipe for target 'src' failed
make: *** [src] Error 2

I've tried make bootstrap to no better effect. This second problem I've reported it recently on help-gnu-emacs [1], and Eli Zaretskii has adviced me to report here. I'm unable to post from my usual email address because the only interface I used to use was Gnus, to which I don't have access ATM.

Thanks,
-gk.

[1] http://lists.gnu.org/archive/html/help-gnu-emacs/2017-04/msg00117.html

--

[-- Attachment #2: Type: text/html, Size: 5233 bytes --]

             reply	other threads:[~2017-04-21 12:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-21 12:20 Cadadr [this message]
2017-04-21 17:33 ` bug#26589: Can't built Emacs from source (both master and 25.1 from tarball fail) Eli Zaretskii
2017-04-22 16:10   ` Göktuğ Kayaalp
2017-04-22 17:09     ` npostavs
2017-04-22 17:49       ` Göktuğ Kayaalp
2017-04-22 18:07         ` npostavs
2017-04-23  0:04     ` Richard Stallman

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

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

  git send-email \
    --in-reply-to='Jl4ZBmReiHNqCFi_thTVc8NTUzcU2Jn6vhgRBAqKhctGEnwxRuGHAdWakvp_4Jp1c3gA5yetCxoxDGrz7BWJ5AEttlTfb_tf2fJYmJABsMY=@protonmail.com' \
    --to=cadadr@protonmail.com \
    --cc=26589@debbugs.gnu.org \
    --cc=self@gkayaalp.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.