GNU bug report logs - #65340
further build failure on Android (Termux)

Previous Next

Package: emacs;

Reported by: Bruno Haible <bruno <at> clisp.org>

Date: Wed, 16 Aug 2023 10:35:02 UTC

Severity: normal

Done: Po Lu <luangruo <at> yahoo.com>

Bug is archived. No further changes may be made.

Full log


Message #26 received at 65340 <at> debbugs.gnu.org (full text, mbox):

From: Bruno Haible <bruno <at> clisp.org>
To: Po Lu <luangruo <at> yahoo.com>
Cc: 65340 <at> debbugs.gnu.org
Subject: Re: bug#65340: further build failure on Android (Termux)
Date: Fri, 18 Aug 2023 12:55:19 +0200
Po Lu wrote:
> This should also be fixed now.  Please test and ack, thanks.

Thanks. Now the build succeeds!

For the record, this is my build recipe:

CONFIG_SHELL=$PREFIX/bin/sh; export CONFIG_SHELL
CC="clang -ferror-limit=0" CXX="clang++ -ferror-limit=0"; export CC CXX
# No working gdb so far -> omit debugging information.
CFLAGS="-O2"; export CFLAGS
./configure --host=armv7l-linux-androideabi --prefix=$HOME/local \
            CPPFLAGS="-Wall -I$HOME/local/include" \
            LDFLAGS="-L$HOME/local/lib -Wl,-rpath,$HOME/local/include" \
            --disable-silent-rules --without-all --without-x
make

You can close this ticket.

Bruno







This bug report was last modified 1 year and 281 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.