ALT Linux Girar Builder robot reports
 help / color / mirror / Atom feed
From: "Girar awaiter (antohami)" <girar-builder@altlinux.org>
To: Anton Midyukov <antohami@altlinux.org>
Cc: sisyphus-incominger@lists.altlinux.org,
	girar-builder-p11@altlinux.org,
	girar-builder-p11@lists.altlinux.org
Subject: [#430187] p11 FAILED (try 2) xkeyboard-config.git=2.46-alt2 kmscon.git=10.0.2-alt1
Date: Sat, 22 Aug 2026 12:17:46 +0000
Message-ID: <girar.task.430187.2.1@gyle.mskdc.altlinux.org> (raw)
In-Reply-To: <girar.task.430187.1.1@gyle.mskdc.altlinux.org>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=unknown-8bit, Size: 11009 bytes --]

https://git.altlinux.org/tasks/430187/logs/events.2.1.log
https://packages.altlinux.org/tasks/430187

subtask  name    aarch64    i586  x86_64
   #300  kmscon   failed  failed  failed

2026-Aug-22 12:16:14 :: task #430187 for p11 resumed by antohami:
2026-Aug-22 12:16:14 :: message: ALT_bug_60169
#100 build 2.46-alt2 from /gears/x/xkeyboard-config.git fetched at 2026-Aug-21 04:01:59 from sisyphus
#200 removed
#300 build 10.0.2-alt1 from /people/antohami/packages/kmscon.git fetched at 2026-Aug-22 12:16:06
2026-Aug-22 12:16:15 :: created build repo
2026-Aug-22 12:16:16 :: [aarch64] #100 xkeyboard-config.git 2.46-alt2: build start
2026-Aug-22 12:16:16 :: [x86_64] #100 xkeyboard-config.git 2.46-alt2: build start
2026-Aug-22 12:16:16 :: [i586] #100 xkeyboard-config.git 2.46-alt2: build start
2026-Aug-22 12:16:29 :: [i586] #100 xkeyboard-config.git 2.46-alt2: build OK (cached)
2026-Aug-22 12:16:30 :: [i586] #300 kmscon.git 10.0.2-alt1: build start
2026-Aug-22 12:16:30 :: [x86_64] #100 xkeyboard-config.git 2.46-alt2: build OK (cached)
2026-Aug-22 12:16:30 :: [x86_64] #300 kmscon.git 10.0.2-alt1: build start
2026-Aug-22 12:16:41 :: [aarch64] #100 xkeyboard-config.git 2.46-alt2: build OK (cached)
2026-Aug-22 12:16:41 :: [aarch64] #300 kmscon.git 10.0.2-alt1: build start
[x86_64] [21/99] Compiling C object src/render/librender.a.p/text.c.o
[x86_64] FAILED: src/render/librender.a.p/text.c.o 
[x86_64] cc -Isrc/render/librender.a.p -Isrc/render -I../src/render -Isrc -I../src -Isrc/shl/htable -I../src/shl/htable -I/usr/include/libdrm -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -std=gnu99 -O2 -g -ffast-math -fno-strict-aliasing -ffunction-sections -fdata-sections -fstack-protector -fvisibility=hidden -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -include /usr/src/RPM/BUILD/kmscon-10.0.2/x86_64-alt-linux/config.h -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -MD -MQ src/render/librender.a.p/text.c.o -MF src/render/librender.a.p/text.c.o.d -o src/render/librender.a.p/text.c.o -c ../src/render/text.c
[x86_64] ../src/render/text.c:433:37: error: ‘enum tsm_screen_cursor_style’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
[x86_64]   433 | static bool is_cursor_blinking(enum tsm_screen_cursor_style style)
[x86_64] ../src/render/text.c:433:61: error: parameter 1 (‘style’) has incomplete type
[x86_64]   433 | static bool is_cursor_blinking(enum tsm_screen_cursor_style style)
[x86_64] ../src/render/text.c:438:31: error: ‘enum tsm_screen_cursor_style’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
[x86_64]   438 | static bool is_underline(enum tsm_screen_cursor_style style)
[x86_64] ../src/render/text.c:438:55: error: parameter 1 (‘style’) has incomplete type
[x86_64]   438 | static bool is_underline(enum tsm_screen_cursor_style style)
[x86_64] ../src/render/text.c: In function ‘is_underline’:
[x86_64] ../src/render/text.c:440:26: error: ‘TSM_SCREEN_CURSOR_UNDERLINE_BLINK’ undeclared (first use in this function)
[x86_64]   440 |         return (style == TSM_SCREEN_CURSOR_UNDERLINE_BLINK ||
[x86_64] ../src/render/text.c:440:26: note: each undeclared identifier is reported only once for each function it appears in
[x86_64] ../src/render/text.c:441:26: error: ‘TSM_SCREEN_CURSOR_UNDERLINE_STEADY’ undeclared (first use in this function)
[x86_64]   441 |                 style == TSM_SCREEN_CURSOR_UNDERLINE_STEADY);
[x86_64] ../src/render/text.c: At top level:
[x86_64] ../src/render/text.c:444:27: error: ‘enum tsm_screen_cursor_style’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
[x86_64]   444 | static bool is_block(enum tsm_screen_cursor_style style)
[x86_64] ../src/render/text.c:444:51: error: parameter 1 (‘style’) has incomplete type
[x86_64]   444 | static bool is_block(enum tsm_screen_cursor_style style)
[x86_64] ../src/render/text.c: In function ‘is_block’:
[x86_64] ../src/render/text.c:446:26: error: ‘TSM_SCREEN_CURSOR_DEFAULT’ undeclared (first use in this function)
[x86_64]   446 |         return (style == TSM_SCREEN_CURSOR_DEFAULT || style == TSM_SCREEN_CURSOR_BLOCK_BLINK ||
2026-Aug-22 12:17:08 :: [x86_64] kmscon.git 10.0.2-alt1: remote: build failed
2026-Aug-22 12:17:08 :: [x86_64] #300 kmscon.git 10.0.2-alt1: build FAILED
2026-Aug-22 12:17:09 :: [x86_64] requesting cancellation of task processing
[i586] [34/99] Compiling C object src/render/librender.a.p/text.c.o
[i586] FAILED: src/render/librender.a.p/text.c.o 
[i586] cc -Isrc/render/librender.a.p -Isrc/render -I../src/render -Isrc -I../src -Isrc/shl/htable -I../src/shl/htable -I/usr/include/libdrm -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -std=gnu99 -O2 -g -ffast-math -fno-strict-aliasing -ffunction-sections -fdata-sections -fstack-protector -fvisibility=hidden -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -include /usr/src/RPM/BUILD/kmscon-10.0.2/i586-alt-linux/config.h -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -MD -MQ src/render/librender.a.p/text.c.o -MF src/render/librender.a.p/text.c.o.d -o src/render/librender.a.p/text.c.o -c ../src/render/text.c
[i586] ../src/render/text.c:433:37: error: ‘enum tsm_screen_cursor_style’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
[i586]   433 | static bool is_cursor_blinking(enum tsm_screen_cursor_style style)
[i586] ../src/render/text.c:433:61: error: parameter 1 (‘style’) has incomplete type
[i586]   433 | static bool is_cursor_blinking(enum tsm_screen_cursor_style style)
[i586] ../src/render/text.c:438:31: error: ‘enum tsm_screen_cursor_style’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
[i586]   438 | static bool is_underline(enum tsm_screen_cursor_style style)
[i586] ../src/render/text.c:438:55: error: parameter 1 (‘style’) has incomplete type
[i586]   438 | static bool is_underline(enum tsm_screen_cursor_style style)
[i586] ../src/render/text.c: In function ‘is_underline’:
[i586] ../src/render/text.c:440:26: error: ‘TSM_SCREEN_CURSOR_UNDERLINE_BLINK’ undeclared (first use in this function)
[i586]   440 |         return (style == TSM_SCREEN_CURSOR_UNDERLINE_BLINK ||
[i586] ../src/render/text.c:440:26: note: each undeclared identifier is reported only once for each function it appears in
[i586] ../src/render/text.c:441:26: error: ‘TSM_SCREEN_CURSOR_UNDERLINE_STEADY’ undeclared (first use in this function)
[i586]   441 |                 style == TSM_SCREEN_CURSOR_UNDERLINE_STEADY);
[i586] ../src/render/text.c: At top level:
[i586] ../src/render/text.c:444:27: error: ‘enum tsm_screen_cursor_style’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
[i586]   444 | static bool is_block(enum tsm_screen_cursor_style style)
[i586] ../src/render/text.c:444:51: error: parameter 1 (‘style’) has incomplete type
[i586]   444 | static bool is_block(enum tsm_screen_cursor_style style)
[i586] ../src/render/text.c: In function ‘is_block’:
[i586] ../src/render/text.c:446:26: error: ‘TSM_SCREEN_CURSOR_DEFAULT’ undeclared (first use in this function)
[i586]   446 |         return (style == TSM_SCREEN_CURSOR_DEFAULT || style == TSM_SCREEN_CURSOR_BLOCK_BLINK ||
2026-Aug-22 12:17:09 :: [i586] kmscon.git 10.0.2-alt1: remote: build failed
2026-Aug-22 12:17:09 :: [i586] #300 kmscon.git 10.0.2-alt1: build FAILED
[aarch64] [29/99] Compiling C object src/render/librender.a.p/text.c.o
[aarch64] FAILED: src/render/librender.a.p/text.c.o 
[aarch64] cc -Isrc/render/librender.a.p -Isrc/render -I../src/render -Isrc -I../src -Isrc/shl/htable -I../src/shl/htable -I/usr/include/libdrm -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -std=gnu99 -O2 -g -ffast-math -fno-strict-aliasing -ffunction-sections -fdata-sections -fstack-protector -fvisibility=hidden -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -include /usr/src/RPM/BUILD/kmscon-10.0.2/aarch64-alt-linux/config.h -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -MD -MQ src/render/librender.a.p/text.c.o -MF src/render/librender.a.p/text.c.o.d -o src/render/librender.a.p/text.c.o -c ../src/render/text.c
[aarch64] ../src/render/text.c:433:37: error: ‘enum tsm_screen_cursor_style’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
[aarch64]   433 | static bool is_cursor_blinking(enum tsm_screen_cursor_style style)
[aarch64] ../src/render/text.c:433:61: error: parameter 1 (‘style’) has incomplete type
[aarch64]   433 | static bool is_cursor_blinking(enum tsm_screen_cursor_style style)
[aarch64] ../src/render/text.c:438:31: error: ‘enum tsm_screen_cursor_style’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
[aarch64]   438 | static bool is_underline(enum tsm_screen_cursor_style style)
[aarch64] ../src/render/text.c:438:55: error: parameter 1 (‘style’) has incomplete type
[aarch64]   438 | static bool is_underline(enum tsm_screen_cursor_style style)
[aarch64] ../src/render/text.c: In function ‘is_underline’:
[aarch64] ../src/render/text.c:440:26: error: ‘TSM_SCREEN_CURSOR_UNDERLINE_BLINK’ undeclared (first use in this function)
[aarch64]   440 |         return (style == TSM_SCREEN_CURSOR_UNDERLINE_BLINK ||
[aarch64] ../src/render/text.c:440:26: note: each undeclared identifier is reported only once for each function it appears in
[aarch64] ../src/render/text.c:441:26: error: ‘TSM_SCREEN_CURSOR_UNDERLINE_STEADY’ undeclared (first use in this function)
[aarch64]   441 |                 style == TSM_SCREEN_CURSOR_UNDERLINE_STEADY);
[aarch64] ../src/render/text.c: At top level:
[aarch64] ../src/render/text.c:444:27: error: ‘enum tsm_screen_cursor_style’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
[aarch64]   444 | static bool is_block(enum tsm_screen_cursor_style style)
[aarch64] ../src/render/text.c:444:51: error: parameter 1 (‘style’) has incomplete type
[aarch64]   444 | static bool is_block(enum tsm_screen_cursor_style style)
[aarch64] ../src/render/text.c: In function ‘is_block’:
[aarch64] ../src/render/text.c:446:26: error: ‘TSM_SCREEN_CURSOR_DEFAULT’ undeclared (first use in this function)
[aarch64]   446 |         return (style == TSM_SCREEN_CURSOR_DEFAULT || style == TSM_SCREEN_CURSOR_BLOCK_BLINK ||
2026-Aug-22 12:17:46 :: [aarch64] kmscon.git 10.0.2-alt1: remote: build failed
2026-Aug-22 12:17:46 :: [aarch64] #300 kmscon.git 10.0.2-alt1: build FAILED
2026-Aug-22 12:17:09 :: [x86_64] build FAILED
2026-Aug-22 12:17:09 :: [i586] build FAILED
2026-Aug-22 12:17:46 :: [aarch64] build FAILED
2026-Aug-22 12:17:46 :: task #430187 for p11 FAILED


  reply	other threads:[~2026-08-22 12:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-21  4:11 [#430187] p11 EPERM xkeyboard-config.git=2.46-alt2 kmscon.git=10.0.1-alt2 Girar awaiter (antohami)
2026-08-22 12:17 ` Girar awaiter (antohami) [this message]
2026-08-22 13:08 ` [#430187] p11 EPERM (try 3) xkeyboard-config.git=2.46-alt2 libtsm.git=4.7.1-alt1 Girar awaiter (antohami)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=girar.task.430187.2.1@gyle.mskdc.altlinux.org \
    --to=girar-builder@altlinux.org \
    --cc=antohami@altlinux.org \
    --cc=devel@lists.altlinux.org \
    --cc=girar-builder-p11@altlinux.org \
    --cc=girar-builder-p11@lists.altlinux.org \
    --cc=sisyphus-incominger@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Girar Builder robot reports

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus-incominger/0 sisyphus-incominger/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus-incominger sisyphus-incominger/ http://lore.altlinux.org/sisyphus-incominger \
		sisyphus-incominger@lists.altlinux.org sisyphus-incominger@lists.altlinux.ru sisyphus-incominger@lists.altlinux.com
	public-inbox-index sisyphus-incominger

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus-incominger


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git