From https://github.com/archlinux/svntogit-community * branch packages/hexer -> FETCH_HEAD * [new branch] packages/hexer -> community/packages/hexer Cloning into 'hexer'... done. :: Synchronizing package databases... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 132k 100 132k 0 0 392k 0 --:--:-- --:--:-- --:--:-- 392k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8547k 100 8547k 0 0 21.3M 0 --:--:-- --:--:-- --:--:-- 21.3M % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 78 143k 78 111k 0 0 327k 0 --:--:-- --:--:-- --:--:-- 326k 100 143k 100 143k 0 0 418k 0 --:--:-- --:--:-- --:--:-- 418k :: Starting full system upgrade... there is nothing to do gpg: key 651EEFB02527DF13: public key "Peter Pentchev " imported gpg: Total number processed: 1 gpg: imported: 1 ==> Making package: hexer 1.0.6-1 (Mon Jul 31 04:26:58 2023) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading hexer-1.0.6.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 92 126k 92 117k 0 0 109k 0 0:00:01 0:00:01 --:--:-- 109k 100 126k 100 126k 0 0 118k 0 0:00:01 0:00:01 --:--:-- 118k -> Downloading hexer-1.0.6.tar.gz.asc... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 833 100 833 0 0 1524 0 --:--:-- --:--:-- --:--:-- 1525 ==> Validating source files with sha256sums... hexer-1.0.6.tar.gz ... Passed hexer-1.0.6.tar.gz.asc ... Skipped ==> Validating source files with sha512sums... hexer-1.0.6.tar.gz ... Passed hexer-1.0.6.tar.gz.asc ... Skipped ==> Verifying source file signatures with gpg... hexer-1.0.6.tar.gz ... Passed ==> Extracting sources... -> Extracting hexer-1.0.6.tar.gz with bsdtar ==> Starting build()... Makefile:81: warning: ignoring prerequisites on suffix rule definition [ ! -e config.h.auto ] || rm config.h.auto echo "/* Autogenerated by Makefile and config-test.c */" > config.h.auto cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.6\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o bin2c bin2c.c 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.6\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -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 config-test.c: In function 'main': config-test.c:82:40: error: passing argument 2 of 'signal' from incompatible pointer type [-Werror=incompatible-pointer-types] 82 | buf[0] = '0' + (signal(SIGINT, handler) != SIG_ERR); | ^~~~~~~ | | | int (*)(void) In file included from /usr/include/features.h:491, from /usr/include/signal.h:25, from config-test.c:44: /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, | ^~~~~~~~~~~~~~ cc1: all warnings being treated as errors - 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.6\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -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.6\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -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.6\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -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.6\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -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.6\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -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.6\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -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.6\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -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.6\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -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.6\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -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.6\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -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.6\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -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.6\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -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.6\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -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.6\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -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.6\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -c -o helptext.o helptext.c cc -Wl,-O1,--sort-common,--as-needed,-z,relro,-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:81: warning: ignoring prerequisites on suffix rule definition mkdir -p /tmp/archlinux-ci/hexer-archlinuxrb-build-F8cPz6po/hexer/trunk/pkg/hexer/usr/bin /tmp/archlinux-ci/hexer-archlinuxrb-build-F8cPz6po/hexer/trunk/pkg/hexer/usr/share/man/man1 install -s hexer /tmp/archlinux-ci/hexer-archlinuxrb-build-F8cPz6po/hexer/trunk/pkg/hexer/usr/bin install -m 644 hexer.1 /tmp/archlinux-ci/hexer-archlinuxrb-build-F8cPz6po/hexer/trunk/pkg/hexer/usr/share/man/man1 [ ! -f myc ] || install -s myc /tmp/archlinux-ci/hexer-archlinuxrb-build-F8cPz6po/hexer/trunk/pkg/hexer/usr/bin [ ! -f myc ] || install -m 644 myc.1 /tmp/archlinux-ci/hexer-archlinuxrb-build-F8cPz6po/hexer/trunk/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.6-1 (Mon Jul 31 04:27:04 2023)