==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: hexer 1.0.7-1 (Sun Nov 23 05:12:34 2025)
==> Retrieving sources...
-> Found hexer-1.0.7.tar.gz
-> Found hexer-1.0.7.tar.gz.asc
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
hexer-1.0.7.tar.gz ... Passed
hexer-1.0.7.tar.gz.asc ... Skipped
==> Validating source files with sha512sums...
hexer-1.0.7.tar.gz ... Passed
hexer-1.0.7.tar.gz.asc ... Skipped
==> Making package: hexer 1.0.7-1 (Sun Nov 23 12:12:58 2025)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found hexer-1.0.7.tar.gz
-> Found hexer-1.0.7.tar.gz.asc
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting hexer-1.0.7.tar.gz with bsdtar
==> Starting build()...
Makefile:88: warning: ignoring prerequisites on suffix rule definition
[ ! -e config.h.auto ] || rm config.h.auto
cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.7\" -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcommon -std=c99 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o bin2c bin2c.c
echo "/* Autogenerated by Makefile and config-test.c */" > config.h.auto
for item in \
SIGTYPE_INT \
ALLOCA_H \
VASPRINTF \
; do \
echo "Testing for $item"; \
if cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.7\" -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcommon -std=c99 -D"TEST_$item" -c -o config-test.o -Werror config-test.c; then \
value=1; \
else \
value=0; \
fi; \
echo "- result: $value"; \
printf "\\n#define HAVE_%s\\t%d\\n" "$item" "$value" >> config.h.auto; \
done
Testing for SIGTYPE_INT
distcc[959] ERROR: compile config-test.c on 10.3.0.16:3732/8 failed
distcc[959] (dcc_build_somewhere) Warning: remote compilation of 'config-test.c' failed, retrying locally
distcc[959] Warning: failed to distribute config-test.c to 10.3.0.16:3732/8, running locally instead
config-test.c: In function ‘main’:
config-test.c:45:40: error: passing argument 2 of ‘signal’ from incompatible pointer type [-Wincompatible-pointer-types]
45 | buf[0] = '0' + (signal(SIGINT, handler) != SIG_ERR);
| ^~~~~~~
| |
| int (*)(void)
In file included from /usr/include/features.h:524,
from /usr/include/signal.h:25,
from config-test.c:7:
/usr/include/signal.h:93:23: note: expected ‘__sighandler_t’ {aka ‘void (*)(int)’} but argument is of type ‘int (*)(void)’
93 | extern __sighandler_t __REDIRECT_NTH (signal,
| ^~~~~~~~~~~~~~
config-test.c:19:12: note: ‘handler’ declared here
19 | static int handler(void)
| ^~~~~~~
/usr/include/signal.h:72:16: note: ‘__sighandler_t’ declared here
72 | typedef void (*__sighandler_t) (int);
| ^~~~~~~~~~~~~~
distcc[959] ERROR: compile config-test.c on localhost failed
- result: 0
Testing for ALLOCA_H
- result: 1
Testing for VASPRINTF
- result: 1
[ ! -e config.h ] || rm config.h
mv config.h.auto config.h
cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.7\" -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcommon -std=c99 -c -o buffer.o buffer.c
cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.7\" -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcommon -std=c99 -c -o tio.o tio.c
cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.7\" -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcommon -std=c99 -c -o edit.o edit.c
cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.7\" -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcommon -std=c99 -c -o main.o main.c
cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.7\" -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcommon -std=c99 -c -o hexer.o hexer.c
cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.7\" -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcommon -std=c99 -c -o readline.o readline.c
cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.7\" -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcommon -std=c99 -c -o regex.o regex.c
cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.7\" -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcommon -std=c99 -c -o exh.o exh.c
cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.7\" -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcommon -std=c99 -c -o set.o set.c
cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.7\" -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcommon -std=c99 -c -o map.o map.c
cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.7\" -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcommon -std=c99 -c -o signal.o signal.c
cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.7\" -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcommon -std=c99 -c -o util.o util.c
cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.7\" -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcommon -std=c99 -c -o commands.o commands.c
./bin2c -n helptext -o helptext.c help.txt
cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.7\" -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcommon -std=c99 -c -o calc.o calc.c
cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.7\" -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcommon -std=c99 -c -o helptext.o helptext.c
cc -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o hexer buffer.o tio.o edit.o main.o hexer.o readline.o regex.o exh.o set.o map.o signal.o util.o commands.o helptext.o calc.o -lcurses -lm
==> Entering fakeroot environment...
==> Starting package()...
Makefile:88: warning: ignoring prerequisites on suffix rule definition
mkdir -p /build/hexer/pkg/hexer/usr/bin /build/hexer/pkg/hexer/usr/share/man/man1 /build/hexer/pkg/hexer/usr/share/doc/hexer/md
install -s hexer /build/hexer/pkg/hexer/usr/bin
install -m 644 hexer.1 /build/hexer/pkg/hexer/usr/share/man/man1
install -m 644 docs/*.md /build/hexer/pkg/hexer/usr/share/doc/hexer/md
[ ! -f myc ] || install -s myc /build/hexer/pkg/hexer/usr/bin
[ ! -f myc ] || install -m 644 myc.1 /build/hexer/pkg/hexer/usr/share/man/man1
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Removing static library files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "hexer"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: hexer 1.0.7-1 (Sun Nov 23 12:13:06 2025)
==> Cleaning up...
[?12l[?25h