Your message dated Fri, 23 Oct 2015 10:14:10 +0100
with message-id 
<CAHDciUc=zd79rlenvdppjokhcnffk2-a6mkar1pssu5qjq5...@mail.gmail.com>
and subject line librep: FTBFS on arm64
has caused the Debian Bug report #770367,
regarding librep: FTBFS on arm64
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
770367: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770367
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: librep
Version: 0.90.2-1.4

It failed to build on arm64:

http://buildd.debian.org/status/package.php?p=librep&suite=sid

The error was:

REPLISPDIR=../lisp REP_DL_LOAD_PATH=../src/.libexec REPDOCFILE=../doc-strings 
../src/rep --batch -l rep.vm.compiler \
  -f compile-batch rep-xgettext.jl \
&& mv rep-xgettext.jlc rep-xgettext && chmod +x rep-xgettext
 ** error: --with-stack-direction is incorrect; it should be -1

I think this can be fixed simply by adding this to the similar clauses
in debian/rules:

ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH),arm64))
       ARCH_CONF = --with-stack-direction=-1
endif

(Or you could try and work out why the autoconf stuff seems to be
getting it wrong not just for arm64 but for lots of Debian
architectures.)

--- End Message ---
--- Begin Message ---
This bug was fixed in version 0.90.2-1.5.

--- End Message ---

Reply via email to