==> Synchronizing chroot copy [/home/alhp/workspace/chroot/root] -> [build_f8596d56-8c96-45f1-b3f2-11d499c72d1b]...done ==> Making package: tty-solitaire 1.3.1-1.1 (Mon Mar 11 21:11:43 2024) ==> Retrieving sources... -> Downloading tty-solitaire-1.3.1.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 273k 0 273k 0 0 507k 0 --:--:-- --:--:-- --:--:-- 507k ==> Validating source files with b2sums... tty-solitaire-1.3.1.tar.gz ... Passed ==> Making package: tty-solitaire 1.3.1-1.1 (Mon Mar 11 21:11:46 2024) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found tty-solitaire-1.3.1.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting tty-solitaire-1.3.1.tar.gz with bsdtar ==> Starting build()... cc -march=x86-64-v4 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/tty-solitaire -flto=auto -falign-functions=32 -W -Wall -pedantic -ansi -std=c99 -DVERSION=\"1.3.1\" -fcommon -c -o src/common.o src/common.c cc -march=x86-64-v4 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/tty-solitaire -flto=auto -falign-functions=32 -W -Wall -pedantic -ansi -std=c99 -DVERSION=\"1.3.1\" -fcommon -c -o src/frame.o src/frame.c cc -march=x86-64-v4 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/tty-solitaire -flto=auto -falign-functions=32 -W -Wall -pedantic -ansi -std=c99 -DVERSION=\"1.3.1\" -fcommon -c -o src/card.o src/card.c cc -march=x86-64-v4 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/tty-solitaire -flto=auto -falign-functions=32 -W -Wall -pedantic -ansi -std=c99 -DVERSION=\"1.3.1\" -fcommon -c -o src/stack.o src/stack.c cc -march=x86-64-v4 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/tty-solitaire -flto=auto -falign-functions=32 -W -Wall -pedantic -ansi -std=c99 -DVERSION=\"1.3.1\" -fcommon -c -o src/deck.o src/deck.c cc -march=x86-64-v4 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/tty-solitaire -flto=auto -falign-functions=32 -W -Wall -pedantic -ansi -std=c99 -DVERSION=\"1.3.1\" -fcommon -c -o src/cursor.o src/cursor.c cc -march=x86-64-v4 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/tty-solitaire -flto=auto -falign-functions=32 -W -Wall -pedantic -ansi -std=c99 -DVERSION=\"1.3.1\" -fcommon -c -o src/keyboard.o src/keyboard.c cc -march=x86-64-v4 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/tty-solitaire -flto=auto -falign-functions=32 -W -Wall -pedantic -ansi -std=c99 -DVERSION=\"1.3.1\" -fcommon -c -o src/gui.o src/gui.c cc -march=x86-64-v4 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/tty-solitaire -flto=auto -falign-functions=32 -W -Wall -pedantic -ansi -std=c99 -DVERSION=\"1.3.1\" -fcommon -c -o src/game.o src/game.c src/gui.c: In function ‘draw_value’: src/gui.c:16:3: error: format not a string literal and no format arguments [-Werror=format-security] 16 | mvwprintw(card->frame->window, 0, 0, card_values[card->value]); | ^~~~~~~~~ src/gui.c:18:13: error: format not a string literal and no format arguments [-Werror=format-security] 18 | card_values[card->value]); | ^~~~~~~~~~~ src/gui.c: In function ‘draw_suit’: src/gui.c:46:13: error: format not a string literal and no format arguments [-Werror=format-security] 46 | card_suits[card->suit]); | ^~~~~~~~~~ src/gui.c:48:13: error: format not a string literal and no format arguments [-Werror=format-security] 48 | card_suits[card->suit]); | ^~~~~~~~~~ cc1: some warnings being treated as errors make: *** [: src/gui.o] Error 1 make: *** Waiting for unfinished jobs.... ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Build failed, check /home/alhp/workspace/chroot/build_f8596d56-8c96-45f1-b3f2-11d499c72d1b/build