From https://github.com/archlinux/svntogit-community * branch packages/hexedit -> FETCH_HEAD * [new branch] packages/hexedit -> community/packages/hexedit Cloning into 'hexedit'... 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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8548k 100 8548k 0 0 21.0M 0 --:--:-- --:--:-- --:--:-- 21.0M % 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 143k 100 143k 0 0 421k 0 --:--:-- --:--:-- --:--:-- 421k :: Starting full system upgrade... there is nothing to do ==> Making package: hexedit 1.6-1 (Sun Jul 30 03:22:16 2023) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading hexedit-1.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 31085 0 31085 0 0 66273 0 --:--:-- --:--:-- --:--:-- 66273 ==> Validating source files with sha256sums... hexedit-1.6.tar.gz ... Passed ==> Extracting sources... -> Extracting hexedit-1.6.tar.gz with bsdtar ==> Starting build()... 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 the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking for a BSD-compatible install... /usr/bin/install -c checking for initscr in -lcurses... yes checking for keypad in -ltinfo... yes checking for use_default_colors... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for grep that handles long lines and -e... /usr/sbin/grep checking for egrep... /usr/sbin/grep -E checking whether stat file-mode macros are broken... no checking for sys/wait.h that is POSIX.1 compatible... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for fcntl.h... yes checking for unistd.h... (cached) yes checking for libgen.h... yes checking for sys/mount.h... yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking for memcmp... yes checking for memmem... yes checking for memrmem... no checking for memrchr... yes checking for strdup... yes checking for strerror... yes checking for basename... yes checking for gcc options needed to detect all undeclared functions... none needed checking whether dirname is declared... yes checking whether basename is declared... yes checking whether memrchr is declared... yes checking whether memmem is declared... yes checking whether memrmem is declared... no configure: creating ./config.status config.status: creating Makefile config.status: creating Makefile-build config.status: creating hexedit.1 config.status: creating config.h gcc -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -c hexedit.c gcc -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -c display.c gcc -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -c mark.c gcc -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -c page.c gcc -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -c file.c gcc -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -c interact.c gcc -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -c misc.c gcc -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -c search.c In file included from display.c:17: display.c: In function 'display': display.c:179:13: warning: format '%lX' expects argument of type 'long unsigned int', but argument 2 has type 'int' [-Wformat=] 179 | PRINTW(("%08lX", (int) (base + i))); | ^~~~~~~ ~~~~~~~~~~~~~~~~ | | | int hexedit.h:54:97: note: in definition of macro 'ATTRPRINTW' 54 | #define ATTRPRINTW(attr, a) do { if (oldattr != (attr)) attrset(attr), oldattr = (attr); printw a; } while (0) | ^ display.c:179:5: note: in expansion of macro 'PRINTW' 179 | PRINTW(("%08lX", (int) (base + i))); | ^~~~~~ display.c:179:18: note: format string is defined here 179 | PRINTW(("%08lX", (int) (base + i))); | ~~~~^ | | | long unsigned int | %08X display.c:192:14: warning: format '%i' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] 192 | printw("--%i%%", fsize == 0 ? 0 : 100 * (base + cursor + fsize/200) / fsize ); | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | int long long int | %lli display.c: In function 'displayLine': display.c:204:11: warning: format '%lX' expects argument of type 'long unsigned int', but argument 2 has type 'int' [-Wformat=] 204 | PRINTW(("%08lX ", (int) (base + offset))); | ^~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~ | | | int hexedit.h:54:97: note: in definition of macro 'ATTRPRINTW' 54 | #define ATTRPRINTW(attr, a) do { if (oldattr != (attr)) attrset(attr), oldattr = (attr); printw a; } while (0) | ^ display.c:204:3: note: in expansion of macro 'PRINTW' 204 | PRINTW(("%08lX ", (int) (base + offset))); | ^~~~~~ display.c:204:16: note: format string is defined here 204 | PRINTW(("%08lX ", (int) (base + offset))); | ~~~~^ | | | long unsigned int | %08X gcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o hexedit hexedit.o display.o mark.o page.o file.o interact.o misc.o search.o -lcurses -ltinfo ==> Entering fakeroot environment... ==> Starting package()... /usr/bin/install -c -d -m 755 /tmp/archlinux-ci/hexedit-archlinuxrb-build-Cr1TFHTB/hexedit/trunk/pkg/hexedit/usr/bin /usr/bin/install -c -m 755 hexedit /tmp/archlinux-ci/hexedit-archlinuxrb-build-Cr1TFHTB/hexedit/trunk/pkg/hexedit/usr/bin /usr/bin/install -c -d -m 755 /tmp/archlinux-ci/hexedit-archlinuxrb-build-Cr1TFHTB/hexedit/trunk/pkg/hexedit/usr/share/man/man1 /usr/bin/install -c -m 644 hexedit.1 /tmp/archlinux-ci/hexedit-archlinuxrb-build-Cr1TFHTB/hexedit/trunk/pkg/hexedit/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 "hexedit"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: hexedit 1.6-1 (Sun Jul 30 03:22:33 2023)