unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#22662: 25.0.91; unable to compile on debian wheezy
@ 2016-02-14 17:10 Sam Halliday
  2016-02-16  8:39 ` Paul Eggert
  2016-03-20  2:29 ` Paul Eggert
  0 siblings, 2 replies; 3+ messages in thread
From: Sam Halliday @ 2016-02-14 17:10 UTC (permalink / raw)
  To: 22662

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





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#22662: 25.0.91; unable to compile on debian wheezy
  2016-02-14 17:10 bug#22662: 25.0.91; unable to compile on debian wheezy Sam Halliday
@ 2016-02-16  8:39 ` Paul Eggert
  2016-03-20  2:29 ` Paul Eggert
  1 sibling, 0 replies; 3+ messages in thread
From: Paul Eggert @ 2016-02-16  8:39 UTC (permalink / raw)
  To: Sam Halliday; +Cc: 22662

I could not reproduce the problem on debian-7.9.0-amd64 (wheezy). Emacs builds 
and runs just fine for me on this platform.

What hardware platform are you using? It's not clear from the email.

Did you try the advice in etc/PROBLEMS? It talks about 'echo 0 > 
/proc/sys/kernel/randomize_va_space' or, if you're on the x86, running 'setarch 
i386 -R make' and building from scratch.

Also see:

http://bugs.gnu.org/16343
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598234





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#22662: 25.0.91; unable to compile on debian wheezy
  2016-02-14 17:10 bug#22662: 25.0.91; unable to compile on debian wheezy Sam Halliday
  2016-02-16  8:39 ` Paul Eggert
@ 2016-03-20  2:29 ` Paul Eggert
  1 sibling, 0 replies; 3+ messages in thread
From: Paul Eggert @ 2016-03-20  2:29 UTC (permalink / raw)
  To: 22662-done

Since we can't reproduce the problem, and since the original reporter does not 
seem to be interested in helping us reproduce the problem, I'm closing the bug.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-03-20  2:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-14 17:10 bug#22662: 25.0.91; unable to compile on debian wheezy Sam Halliday
2016-02-16  8:39 ` Paul Eggert
2016-03-20  2:29 ` Paul Eggert

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).