emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#22662: closed (25.0.91; unable to compile on debia


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#22662: closed (25.0.91; unable to compile on debian wheezy)
Date: Sun, 20 Mar 2016 02:30:01 +0000

Your message dated Sat, 19 Mar 2016 19:29:32 -0700
with message-id <address@hidden>
and subject line Re: 25.0.91; unable to compile on debian wheezy
has caused the debbugs.gnu.org bug report #22662,
regarding 25.0.91; unable to compile on debian wheezy
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
22662: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=22662
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 25.0.91; unable to compile on debian wheezy Date: Sun, 14 Feb 2016 17:10:15 +0000
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



--- End Message ---
--- Begin Message --- Subject: Re: 25.0.91; unable to compile on debian wheezy Date: Sat, 19 Mar 2016 19:29:32 -0700 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 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.


--- End Message ---

reply via email to

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