Closed Silex closed 3 years ago
Emacs 23.4 i386:
Step 4/9 : ENV EMACS_BRANCH="emacs-23.4"
---> Running in 72b9d72cebe5
Removing intermediate container 72b9d72cebe5
---> f41c88cf550c
Step 5/9 : ENV EMACS_VERSION="23.4"
---> Running in 80459c3eac1c
Removing intermediate container 80459c3eac1c
---> 42933e4cd2f0
Step 6/9 : ENV EMACS_REPOSITORY="git://git.sv.gnu.org/emacs.git"
---> Running in 0d666b8423f0
Removing intermediate container 0d666b8423f0
---> 0759e157bdb1
Step 7/9 : RUN git clone --depth 1 --branch $EMACS_BRANCH $EMACS_REPOSITORY /opt/emacs && cd /opt/emacs && ./configure --with-crt-dir=/usr/lib/x86_64-linux-gnu --with-x-toolkit=no && make bootstrap && make && make install
---> Running in 6879b4c6e2b2
Cloning into '/opt/emacs'...
Note: checking out '5f53d2441abf6eafe8e14f29d73e14afe8bec35f'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether gcc understands -Wno-pointer-sign... yes
checking whether gcc understands -Wdeclaration-after-statement... yes
checking whether ln -s works... yes
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for install-info... /usr/local/bin/install-info
checking for install-info... (cached) /usr/local/bin/install-info
checking for install-info... (cached) /usr/local/bin/install-info
checking for gzip... /bin/gzip
checking for makeinfo... /usr/local/bin/makeinfo
checking for -znocombreloc... yes
configure: checking the machine- and system-dependent files to find out
- which libraries the lib-src programs will want, and
- whether the GNU malloc routines are usable...
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
configure: error: crt*.o not found. Use --with-crt-dir to specify the location.
The command '/bin/sh -c git clone --depth 1 --branch $EMACS_BRANCH $EMACS_REPOSITORY /opt/emacs && cd /opt/emacs && ./configure --with-crt-dir=/usr/lib/x86_64-linux-gnu --with-x-toolkit=no && make bootstrap && make && make install' returned a non-zero code: 1
Emacs 23.4 aarch64 texinfo:
tep 3/9 : RUN cd /tmp && curl -sSLO http://ftp.gnu.org/gnu/texinfo/texinfo-4.13a.tar.gz && tar xzf texinfo-4.13a.tar.gz && cd texinfo-4.13 && ./configure && make && make install && rm -rf texinfo*
---> Running in 5391465719ed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for C/C++ restrict keyword... __restrict
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for getopt_long_only... yes
checking whether optreset is declared... no
checking for working GNU getopt function... yes
checking whether getenv is declared... yes
checking whether the preprocessor supports include_next... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking for unistd.h... (cached) yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking for struct timeval... yes
checking for gettimeofday... yes
checking for isascii... yes
checking for mbsinit... yes
checking for setenv... yes
checking for lstat... yes
checking for iswcntrl... yes
checking for wcwidth... yes
checking for inline... inline
checking for nl_langinfo and CODESET... yes
checking whether getc_unlocked is declared... yes
checking build system type... [91mbuild-aux/config.guess: unable to guess system type
This script, last modified 2006-06-06, has failed to recognize
the operating system you are using. It is advised that you
download the most up to date version of the config scripts from
http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess
and
http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub
If the version you run (build-aux/config.guess) is already up to date, please
send the following data and any information you think might be
pertinent to <config-patches@gnu.org> in order to provide the needed
information to handle your system.
config.guess timestamp = 2006-06-06
uname -m = aarch64
uname -r = 4.15.0-99-generic
uname -s = Linux
uname -v = #100-Ubuntu SMP Wed Apr 22 20:32:56 UTC 2020
/usr/bin/uname -p =
/bin/uname -X =
hostinfo =
/bin/universe =
/usr/bin/arch -k =
/bin/arch =
/usr/bin/oslevel =
/usr/convex/getsysinfo =
UNAME_MACHINE = aarch64
UNAME_RELEASE = 4.15.0-99-generic
UNAME_SYSTEM = Linux
UNAME_VERSION = #100-Ubuntu SMP Wed Apr 22 20:32:56 UTC 2020
[0m[91mconfigure: error: cannot guess build type; you must specify one
Emacs 23.4 aarch64 without texinfo:
Step 3/8 : ENV EMACS_BRANCH="emacs-23.4"
---> Running in bd8bddb9811c
Removing intermediate container bd8bddb9811c
---> aec10337932b
Step 4/8 : ENV EMACS_VERSION="23.4"
---> Running in b4ada74a1895
Removing intermediate container b4ada74a1895
---> d5b113f7e310
Step 5/8 : ENV EMACS_REPOSITORY="git://git.sv.gnu.org/emacs.git"
---> Running in cd976ceeb33f
Removing intermediate container cd976ceeb33f
---> e1ed60afbc4d
Step 6/8 : RUN git clone --depth 1 --branch $EMACS_BRANCH $EMACS_REPOSITORY /opt/emacs && cd /opt/emacs && ./configure --with-crt-dir=/usr/lib/x86_64-linux-gnu --with-x-toolkit=no && make bootstrap && make && make install
---> Running in 234631cb38cf
Cloning into '/opt/emacs'...
Note: checking out '5f53d2441abf6eafe8e14f29d73e14afe8bec35f'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
checking build system type... /opt/emacs/config.guess: unable to guess system type
This script, last modified 2009-09-18, has failed to recognize
the operating system you are using. It is advised that you
download the most up to date version of the config scripts from
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
and
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
If the version you run (/opt/emacs/config.guess) is already up to date, please
send the following data and any information you think might be
pertinent to <config-patches@gnu.org> in order to provide the needed
information to handle your system.
config.guess timestamp = 2009-09-18
uname -m = aarch64
uname -r = 4.15.0-72-generic
uname -s = Linux
uname -v = #81-Ubuntu SMP Tue Nov 26 12:21:09 UTC 2019
/usr/bin/uname -p =
/bin/uname -X =
hostinfo =
/bin/universe =
/usr/bin/arch -k =
/bin/arch =
/usr/bin/oslevel =
/usr/convex/getsysinfo =
UNAME_MACHINE = aarch64
UNAME_RELEASE = 4.15.0-72-generic
UNAME_SYSTEM = Linux
UNAME_VERSION = #81-Ubuntu SMP Tue Nov 26 12:21:09 UTC 2019
configure: error: cannot guess build type; you must specify one
Emacs 25.2 alpine aarch64:
#7 205.8 make[2]: Entering directory '/opt/emacs/lisp'
#7 205.8 ELC ../lisp/language/slovak.elc
#7 205.8 make[2]: Entering directory '/opt/emacs/lisp'
#7 205.8 make[2]: Entering directory '/opt/emacs/lisp'
#7 205.8 make[2]: Entering directory '/opt/emacs/lisp'
#7 205.8 ELC ../lisp/language/korean.elc
#7 205.8 make[2]: Entering directory '/opt/emacs/lisp'
#7 205.8 ELC ../lisp/newcomment.elc
#7 205.8 ELC ../lisp/progmodes/prog-mode.elc
#7 205.8 make[2]: Entering directory '/opt/emacs/lisp'
#7 205.8 make[2]: Entering directory '/opt/emacs/lisp'
#7 205.8 ELC ../lisp/mwheel.elc
#7 205.8 ELC ../lisp/language/lao.elc
#7 205.8 make[2]: Entering directory '/opt/emacs/lisp'
#7 205.8 ELC ../lisp/menu-bar.elc
#7 205.8 make[2]: Entering directory '/opt/emacs/lisp'
#7 205.8 make[2]: Entering directory '/opt/emacs/lisp'
#7 205.8 ELC ../lisp/language/thai.elc
#7 205.8 ELC ../lisp/progmodes/elisp-mode.elc
#7 205.8 ELC ../lisp/language/utf-8-lang.elc
#7 205.8 ELC ../lisp/language/misc-lang.elc
#7 205.8 ELC ../lisp/language/romanian.elc
#7 205.8 make[2]: Leaving directory '/opt/emacs/lisp'
#7 205.8 ELC ../lisp/language/japanese.elc
#7 205.8 ELC ../lisp/language/vietnamese.elc
#7 205.8 make[2]: Leaving directory '/opt/emacs/lisp'
#7 205.8 make[2]: Entering directory '/opt/emacs/lisp'
#7 205.8 ELC ../lisp/register.elc
#7 205.8 make[2]: Entering directory '/opt/emacs/lisp'
#7 205.8 ELC ../lisp/replace.elc
#7 205.9 GEN ../../lisp/international/charprop.el
#7 205.9 make[2]: Leaving directory '/opt/emacs/lisp'
#7 205.9 make[2]: Leaving directory '/opt/emacs/lisp'
#7 205.9 make[2]: Leaving directory '/opt/emacs/lisp'
#7 205.9 make[2]: Leaving directory '/opt/emacs/lisp'
#7 205.9 make[2]: Leaving directory '/opt/emacs/lisp'
#7 205.9 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.0 make[2]: Entering directory '/opt/emacs/lisp'
#7 206.0 make[2]: Entering directory '/opt/emacs/lisp'
#7 206.0 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.0 ELC ../lisp/select.elc
#7 206.0 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.0 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.0 ELC ../lisp/scroll-bar.elc
#7 206.0 make[2]: Entering directory '/opt/emacs/lisp'
#7 206.0 make[2]: Entering directory '/opt/emacs/lisp'
#7 206.0 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.0 ELC ../lisp/startup.elc
#7 206.0 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.0 make[2]: Entering directory '/opt/emacs/lisp'
#7 206.0 ELC ../lisp/rfn-eshadow.elc
#7 206.0 ELC ../lisp/simple.elc
#7 206.0 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.0 make[2]: Entering directory '/opt/emacs/lisp'
#7 206.0 make[2]: Entering directory '/opt/emacs/lisp'
#7 206.0 make[2]: Entering directory '/opt/emacs/lisp'
#7 206.0 make[2]: Entering directory '/opt/emacs/lisp'
#7 206.0 ELC ../lisp/subr.elc
#7 206.0 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.0 ELC ../lisp/term/internal.elc
#7 206.0 make[2]: Entering directory '/opt/emacs/lisp'
#7 206.0 ELC ../lisp/term/w32-win.elc
#7 206.0 make[2]: Entering directory '/opt/emacs/lisp'
#7 206.0 ELC ../lisp/term/common-win.elc
#7 206.0 ELC ../lisp/term/pc-win.elc
#7 206.0 make[2]: Entering directory '/opt/emacs/lisp'
#7 206.0 ELC ../lisp/term/x-win.elc
#7 206.0 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.0 ELC ../lisp/term/tty-colors.elc
#7 206.0 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.0 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.0 make[2]: Entering directory '/opt/emacs/lisp'
#7 206.0 make[2]: Entering directory '/opt/emacs/lisp'
#7 206.1 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.1 ELC ../lisp/textmodes/page.elc
#7 206.1 ELC ../lisp/textmodes/fill.elc
#7 206.1 make[2]: Entering directory '/opt/emacs/lisp'
#7 206.1 make[2]: Entering directory '/opt/emacs/lisp'
#7 206.1 ELC ../lisp/textmodes/text-mode.elc
#7 206.1 ELC ../lisp/textmodes/paragraphs.elc
#7 206.1 make[2]: Entering directory '/opt/emacs/lisp'
#7 206.1 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.1 ELC ../lisp/tool-bar.elc
#7 206.1 make[2]: Entering directory '/opt/emacs/lisp'
#7 206.1 ELC ../lisp/tooltip.elc
#7 206.2 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.2 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.2 make[2]: Entering directory '/opt/emacs/lisp'
#7 206.2 make[2]: Entering directory '/opt/emacs/lisp'
#7 206.2 ELC ../lisp/uniquify.elc
#7 206.2 ELC ../lisp/vc/ediff-hook.elc
#7 206.2
#7 206.2 In toplevel form:
#7 206.2 startup.el:126:1:Warning: global/dynamic var ‘argv’ lacks a prefix
#7 206.2 startup.el:133:1:Warning: global/dynamic var ‘argi’ lacks a prefix
#7 206.2 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.3
#7 206.3 In declare-function:
#7 206.3 subr.el:32:11:Warning: macro declare-function used to take 2+ arguments, now
#7 206.3 takes 2-4
#7 206.3 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.3 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.3 make[2]: Entering directory '/opt/emacs/lisp'
#7 206.3 ELC ../lisp/vc/vc-hooks.elc
#7 206.3 make[2]: Entering directory '/opt/emacs/lisp'
#7 206.3 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.3 ELC ../lisp/w32-fns.elc
#7 206.3 make[2]: Entering directory '/opt/emacs/lisp'
#7 206.3 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.3 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.3 ELC ../lisp/version.elc
#7 206.3 make[2]: Entering directory '/opt/emacs/lisp'
#7 206.3 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.4 ELC ../lisp/window.elc
#7 206.4 make[2]: Entering directory '/opt/emacs/lisp'
#7 206.4 make[2]: Entering directory '/opt/emacs/lisp'
#7 206.4 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.4 make -C ../leim leim-list.el EMACS="../src/bootstrap-emacs"
#7 206.4 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.4 ELC ../lisp/w32-vars.elc
#7 206.4 ELC ../lisp/widget.elc
#7 206.4 make[2]: Entering directory '/opt/emacs/leim'
#7 206.4 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.4 GEN ../lisp/leim/quail/Punct.el
#7 206.4 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.4 GEN ../lisp/leim/quail/CCDOSPY.el
#7 206.4 make[2]: Entering directory '/opt/emacs/lisp'
#7 206.4 GEN ../lisp/leim/quail/QJ.el
#7 206.4 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.4 GEN ../lisp/leim/quail/SW.el
#7 206.4 make[2]: Entering directory '/opt/emacs/lisp'
#7 206.4 ELC ../lisp/international/characters.elc
#7 206.4 ELC ../lisp/x-dnd.elc
#7 206.4 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.4 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.4 GEN ../lisp/leim/quail/TONEPY.el
#7 206.5 GEN ../lisp/leim/quail/4Corner.el
#7 206.5 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.5 GEN ../lisp/leim/quail/ARRAY30.el
#7 206.5 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.5 GEN ../lisp/leim/quail/ECDICT.el
#7 206.5 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.5 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.5 GEN ../lisp/leim/quail/Punct-b5.el
#7 206.5 GEN ../lisp/leim/quail/ETZY.el
#7 206.5 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.6 GEN ../lisp/leim/quail/PY-b5.el
#7 206.6
#7 206.6 In display-completion-list:
#7 206.6 minibuffer.el:1700:12:Warning: display-completion-list called with 2
#7 206.6 arguments, but accepts only 1
#7 206.6 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.6 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.6 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.6 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.6 GEN ../lisp/leim/quail/ZOZY.el
#7 206.6 GEN ../lisp/leim/quail/QJ-b5.el
#7 206.6 GEN ../lisp/leim/quail/tsang-b5.el
#7 206.6 GEN ../lisp/leim/quail/tsang-cns.el
#7 206.6 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.7 GEN ../lisp/leim/quail/PY.el
#7 206.7 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.7 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.7 GEN ../lisp/leim/quail/ZIRANMA.el
#7 206.7 GEN ../lisp/leim/quail/CTLau.el
#7 206.7
#7 206.7 In completion--in-region:
#7 206.7 minibuffer.el:1970:62:Warning: ‘with-wrapper-hook’ is an obsolete macro (as of
#7 206.7 24.4); use a <foo>-function variable modified by ‘add-function’.
#7 206.8 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.8 GEN ../lisp/leim/quail/CTLau-b5.el
#7 206.8 make[2]: Leaving directory '/opt/emacs/lisp'
#7 206.9 make[2]: Leaving directory '/opt/emacs/lisp'
#7 207.0 Converting /opt/emacs/leim/CXTERM-DIC/Punct.tit to quail-package...
#7 207.0 Decoding with coding system euc-china...
#7 207.0 Processing header part...
#7 207.0 Converting /opt/emacs/leim/CXTERM-DIC/CCDOSPY.tit to quail-package...
#7 207.0 Decoding with coding system euc-china...
#7 207.0 Processing header part...
#7 207.0 Formatting translation rules...
#7 207.0 Converting /opt/emacs/leim/CXTERM-DIC/SW.tit to quail-package...
#7 207.0 Decoding with coding system euc-china...
#7 207.0 Processing header part...
#7 207.0 Formatting translation rules...
#7 207.0 Converting /opt/emacs/leim/CXTERM-DIC/QJ.tit to quail-package...
#7 207.0 Decoding with coding system euc-china...
#7 207.0 Processing header part...
#7 207.0 Formatting translation rules...
#7 207.1 make[2]: Leaving directory '/opt/emacs/lisp'
#7 207.1 Converting /opt/emacs/leim/CXTERM-DIC/ARRAY30.tit to quail-package...
#7 207.1 Decoding with coding system cn-big5...
#7 207.1 Converting /opt/emacs/leim/CXTERM-DIC/TONEPY.tit to quail-package...
#7 207.1 Decoding with coding system euc-china...
#7 207.1 Processing header part...
#7 207.1 Converting /opt/emacs/leim/CXTERM-DIC/ECDICT.tit to quail-package...
#7 207.1 Formatting translation rules...
#7 207.1 Decoding with coding system cn-big5...
#7 207.1 Processing header part...
#7 207.1 Formatting translation rules...
#7 207.1 Processing header part...
#7 207.1 Formatting translation rules...
#7 207.1 Converting /opt/emacs/leim/CXTERM-DIC/Punct-b5.tit to quail-package...
#7 207.1 Decoding with coding system cn-big5...
#7 207.1 Processing header part...
#7 207.1 Formatting translation rules...
#7 207.2 Converting /opt/emacs/leim/CXTERM-DIC/4Corner.tit to quail-package...
#7 207.2 Decoding with coding system cn-big5...
#7 207.2 Formatting translation rules...
#7 207.2 Converting /opt/emacs/leim/CXTERM-DIC/ETZY.tit to quail-package...
#7 207.2 Decoding with coding system cn-big5...
#7 207.2 Processing header part...
#7 207.2 Formatting translation rules...
#7 207.2 make[2]: Leaving directory '/opt/emacs/lisp'
#7 207.2 Converting /opt/emacs/leim/CXTERM-DIC/PY-b5.tit to quail-package...
#7 207.2 Decoding with coding system cn-big5...
#7 207.2 Processing header part...
#7 207.2 Formatting translation rules...
#7 207.2 Processing header part...
#7 207.2 Formatting translation rules...
#7 207.2 Converting /opt/emacs/leim/CXTERM-DIC/ZOZY.tit to quail-package...
#7 207.2 Decoding with coding system cn-big5...
#7 207.2 Converting cangjie-table.cns to tsang-cns.el...
#7 207.2 Processing header part...
#7 207.2 Formatting translation rules...
#7 207.3 Converting /opt/emacs/leim/CXTERM-DIC/QJ-b5.tit to quail-package...
#7 207.3 Decoding with coding system cn-big5...
#7 207.3 make[2]: Leaving directory '/opt/emacs/lisp'
#7 207.3 minibuffer.el:2929:1:Warning: Unused lexical variable ‘p1’
#7 207.3 minibuffer.el:2929:1:Warning: Unused lexical variable ‘p2’
#7 207.3 Converting cangjie-table.b5 to tsang-b5.el...
#7 207.3 Processing header part...
#7 207.3 Formatting translation rules...
#7 207.3 Converting CTLau.html to CTLau.el...
#7 207.3 Converting ziranma.cin to ZIRANMA.el...
#7 207.3 Converting pinyin.map to PY.el...
#7 207.4 Converting CTLau-b5.html to CTLau-b5.el...
#7 207.6 make[2]: Leaving directory '/opt/emacs/lisp'
#7 207.7
#7 207.7 In buffer-substring--filter:
#7 207.7 simple.el:4056:52:Warning: ‘with-wrapper-hook’ is an obsolete macro (as of
#7 207.7 24.4); use a <foo>-function variable modified by ‘add-function’.
#7 207.8 make[2]: Leaving directory '/opt/emacs/lisp'
#7 208.0 make[2]: Leaving directory '/opt/emacs/lisp'
#7 209.1 GEN calendar/diary-loaddefs.el
#7 209.2 make[2]: Leaving directory '/opt/emacs/lisp'
#7 210.7 Converting pinyin.map to PY.el...done
#7 211.1 Converting CTLau.html to CTLau.el...done
#7 211.2 Converting CTLau-b5.html to CTLau-b5.el...done
#7 211.2 Converting cangjie-table.b5 to tsang-b5.el...done
#7 211.2 Converting cangjie-table.b5 to quick-b5.el...
#7 211.3 Converting cangjie-table.cns to tsang-cns.el...done
#7 211.3 Converting cangjie-table.cns to quick-cns.el...
#7 211.6 Converting cangjie-table.b5 to quick-b5.el...done
#7 211.6 Converting cangjie-table.cns to quick-cns.el...done
#7 211.8 Converting ziranma.cin to ZIRANMA.el...done
#7 211.9 GEN ../lisp/leim/leim-list.el
#7 213.2 GEN calendar/hol-loaddefs.el
#7 215.1 Checking /opt/emacs/lisp/leim/quail/uni-input.el ...
#7 215.1 Checking /opt/emacs/lisp/leim/quail/pypunct-b5.el ...
#7 215.1 Checking /opt/emacs/lisp/leim/quail/ETZY.el ...
#7 215.1 Checking /opt/emacs/lisp/leim/quail/georgian.el ...
#7 215.1 Checking /opt/emacs/lisp/leim/quail/ECDICT.el ...
#7 215.1 Checking /opt/emacs/lisp/leim/quail/4Corner.el ...
#7 215.1 Checking /opt/emacs/lisp/leim/quail/vntelex.el ...
#7 215.1 Checking /opt/emacs/lisp/leim/quail/TONEPY.el ...
#7 215.1 Checking /opt/emacs/lisp/leim/quail/py-punct.el ...
#7 215.1 Checking /opt/emacs/lisp/leim/quail/hangul.el ...
#7 215.1 Checking /opt/emacs/lisp/leim/quail/latin-ltx.el ...
#7 215.1 Checking /opt/emacs/lisp/leim/quail/quick-cns.el ...
#7 215.2 Checking /opt/emacs/lisp/leim/quail/arabic.el ...
#7 215.2 Checking /opt/emacs/lisp/leim/quail/cyril-jis.el ...
#7 215.2 Checking /opt/emacs/lisp/leim/quail/persian.el ...
#7 215.2 Checking /opt/emacs/lisp/leim/quail/czech.el ...
#7 215.2 Checking /opt/emacs/lisp/leim/quail/ARRAY30.el ...
#7 215.2 Checking /opt/emacs/lisp/leim/quail/ipa.el ...
#7 215.2 Checking /opt/emacs/lisp/leim/quail/quick-b5.el ...
#7 215.2 Checking /opt/emacs/lisp/leim/quail/ZOZY.el ...
#7 215.2 Checking /opt/emacs/lisp/leim/quail/thai.el ...
#7 215.2 Checking /opt/emacs/lisp/leim/quail/ZIRANMA.el ...
#7 215.2 Checking /opt/emacs/lisp/leim/quail/tamil-dvorak.el ...
#7 215.2 Checking /opt/emacs/lisp/leim/quail/CTLau.el ...
#7 215.2 Checking /opt/emacs/lisp/leim/quail/hanja.el ...
#7 215.2 Checking /opt/emacs/lisp/leim/quail/hanja-jis.el ...
#7 215.2 Checking /opt/emacs/lisp/leim/quail/cyrillic.el ...
#7 215.2 Checking /opt/emacs/lisp/leim/quail/PY-b5.el ...
#7 215.2 Checking /opt/emacs/lisp/leim/quail/SW.el ...
#7 215.2 Checking /opt/emacs/lisp/leim/quail/slovak.el ...
#7 215.3 Checking /opt/emacs/lisp/leim/quail/tsang-cns.el ...
#7 215.3 Checking /opt/emacs/lisp/leim/quail/CTLau-b5.el ...
#7 215.3 Checking /opt/emacs/lisp/leim/quail/viqr.el ...
#7 215.3 Checking /opt/emacs/lisp/leim/quail/greek.el ...
#7 215.3 Checking /opt/emacs/lisp/leim/quail/tsang-b5.el ...
#7 215.3 Checking /opt/emacs/lisp/leim/quail/latin-alt.el ...
#7 215.3 Checking /opt/emacs/lisp/leim/quail/hebrew.el ...
#7 215.3 Checking /opt/emacs/lisp/leim/quail/rfc1345.el ...
#7 215.3 Checking /opt/emacs/lisp/leim/quail/Punct-b5.el ...
#7 215.3 Checking /opt/emacs/lisp/leim/quail/PY.el ...
#7 215.3 Checking /opt/emacs/lisp/leim/quail/ethiopic.el ...
#7 215.3 Checking /opt/emacs/lisp/leim/quail/hanja3.el ...
#7 215.3 Checking /opt/emacs/lisp/leim/quail/sisheng.el ...
#7 215.3 Checking /opt/emacs/lisp/leim/quail/tibetan.el ...
#7 215.3 Checking /opt/emacs/lisp/leim/quail/japanese.el ...
#7 215.3 Checking /opt/emacs/lisp/leim/quail/vnvni.el ...
#7 215.3 Checking /opt/emacs/lisp/leim/quail/sgml-input.el ...
#7 215.3 Checking /opt/emacs/lisp/leim/quail/programmer-dvorak.el ...
#7 215.3 Checking /opt/emacs/lisp/leim/quail/latin-pre.el ...
#7 215.3 Checking /opt/emacs/lisp/leim/quail/welsh.el ...
#7 215.3 Checking /opt/emacs/lisp/leim/quail/indian.el ...
#7 215.3 Checking /opt/emacs/lisp/leim/quail/ipa-praat.el ...
#7 215.4 Checking /opt/emacs/lisp/leim/quail/Punct.el ...
#7 215.4 Checking /opt/emacs/lisp/leim/quail/lao.el ...
#7 215.4 Checking /opt/emacs/lisp/leim/quail/symbol-ksc.el ...
#7 215.4 Checking /opt/emacs/lisp/leim/quail/croatian.el ...
#7 215.4 Checking /opt/emacs/lisp/leim/quail/lrt.el ...
#7 215.4 Checking /opt/emacs/lisp/leim/quail/CCDOSPY.el ...
#7 215.4 Checking /opt/emacs/lisp/leim/quail/QJ-b5.el ...
#7 215.4 Checking /opt/emacs/lisp/leim/quail/QJ.el ...
#7 215.4 Checking /opt/emacs/lisp/leim/quail/latin-post.el ...
#7 215.5 make[2]: Leaving directory '/opt/emacs/leim'
#7 215.8 Writing /opt/emacs/lisp/international/charprop.el...
#7 215.8 make[2]: Leaving directory '/opt/emacs/admin/unidata'
#7 215.8 make[2]: Entering directory '/opt/emacs/lisp'
#7 215.8 make[2]: Entering directory '/opt/emacs/lisp'
#7 215.8 ELC ../lisp/international/ucs-normalize.elc
#7 215.8 ELC ../lisp/term/ns-win.elc
#7 216.9 Directories for loaddefs: . ./calc ./calendar ./cedet ./cedet/ede ./cedet/semantic ./cedet/semantic/analyze ./cedet/semantic/bovine ./cedet/semantic/decorate ./cedet/semantic/symref ./cedet/semantic/wisent ./cedet/srecode ./emacs-lisp ./emulation ./erc ./eshell ./gnus ./international ./language ./leim ./leim/quail ./mail ./mh-e ./net ./nxml ./org ./play ./progmodes ./textmodes ./url ./vc
#7 216.9 GEN loaddefs.el
#7 220.9 Making generated-autoload-file local to *autoload-file* while let-bound!
#7 249.3 make[2]: Leaving directory '/opt/emacs/lisp'
#7 287.3 make[2]: Leaving directory '/opt/emacs/lisp'
#7 526.1 make[2]: Leaving directory '/opt/emacs/lisp'
#7 526.1 make[2]: *** [Makefile:256: ../lisp/term/ns-win.elc] Killed
#7 526.2 make[1]: *** [Makefile:725: ../lisp/term/ns-win.elc] Error 2
#7 526.3 make[1]: Leaving directory '/opt/emacs/src'
#7 526.3 make: *** [Makefile:398: src] Error 2
alpine 25.2 & 25.3 is solved now :+1:
23.4 i386 is solved, looking for arm64.
The trick is to use ./configure --build="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"
instead of linux32 ./configure
ATM only 23.4 is not multiarch and that's ok.
More information will follow.