all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sam Halliday <sam.halliday@gmail.com>
To: 22662@debbugs.gnu.org
Subject: bug#22662: 25.0.91; unable to compile on debian wheezy
Date: Sun, 14 Feb 2016 17:10:15 +0000	[thread overview]
Message-ID: <8737sv1amg.fsf@gmail.com> (raw)

Hi,

I have a docker image which builds various versions of emacs in a
completely well-defined and reproducable debian wheezy environment:

  https://github.com/ensime/ensime-docker/blob/v1.x/Dockerfile

I wanted to add the pretest to the build list and I added these
instructions after the Emacs section

################################################
# Emacs Pretest
RUN\
  apt-get install -y debfoster &&\
  debfoster -q &&\
  apt-get build-dep -y emacs23 &&\
  mkdir /tmp/emacs-build &&\
  EMACS_VERSION=25.0.91
  curl --disable-epsv ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-${EMACS_VERSION}.tar.xz -o /tmp/emacs-${EMACS_VERSION}.tar.xz &&\
  cd /tmp && tar xf emacs-${EMACS_VERSION}.tar.xz &&\
  cd emacs-${EMACS_VERSION} &&\
  ./configure --prefix=/opt/emacs-${EMACS_VERSION} &&\
  make && make install &&\
  echo Y | debfoster -f &&\
  rm -rf /tmp/emacs* &&\
  apt-get clean


Unfortunately, this failed at `make' with this error

**************************************************
Warning: Your system has a gap between BSS and the
heap (2602367 bytes).  This usually means that exec-shield
or something similar is in effect.  The dump may
fail because of this.  See the section about
exec-shield in etc/PROBLEMS for more information.
**************************************************


Since this builds for all previous 24.x releases of Emacs in a
completely well-defined and reproducible environment, I suspect that
Emacs has introduced a bug.


-- 
Best regards,
Sam





             reply	other threads:[~2016-02-14 17:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-14 17:10 Sam Halliday [this message]
2016-02-16  8:39 ` bug#22662: 25.0.91; unable to compile on debian wheezy Paul Eggert
2016-03-20  2:29 ` 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

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

  git send-email \
    --in-reply-to=8737sv1amg.fsf@gmail.com \
    --to=sam.halliday@gmail.com \
    --cc=22662@debbugs.gnu.org \
    /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.