From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: DKIM-Filter: OpenDKIM Filter v2.11.0 mskdc-relay.altlinux.org 6D51F60136 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=altlinux.org; s=relay-alt2025; t=1752926475; bh=8LO7Iqv/BLIKtKX5klsShjwwqAUa1gaXSMLMsgNc0gQ=; h=Date:From:To:Subject:From; b=A/noG9R5vFZ2/I3HhCdWEXtL6eg9sW/DQVpP2cDZ2VDmcg6qiqj5+Uh8gzPIMWsKv HjNc7KFYJdwVTh0PPWG2TZPvzTKRd0BHy8F6ODTBU0B5kp9N+dD3pqbhYk5qXcyYLB 7cbFgQHms/zb2K9iZqqCnC20SLAK6p/EPucsrZpc= Date: Sat, 19 Jul 2025 12:01:15 +0000 From: ALT beekeeper To: sisyphus-cybertalk@lists.altlinux.org Message-ID: Mail-Followup-To: sisyphus-cybertalk@lists.altlinux.org MIME-Version: 1.0 Content-Type: text/plain; charset=unknown-8bit Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Subject: [cyber] I: Sisyphus-20250719 i586 beehive_status: +18 -37 (281) X-BeenThere: sisyphus-cybertalk@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: devel@lists.altlinux.org List-Id: ALT Linux Sisyphus cybertalk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jul 2025 12:01:15 -0000 Archived-At: List-Archive: 18 NEW error logs CUnit-2.1.3-alt1.svn20140424 Curses.c: In function 'initialize_windows': Curses.c:259:41: error: invalid use of incomplete typedef 'WINDOW' {aka 's= truct _win_st'} 259 | f_nLeft =3D application_windows.pMainWin->_begx; Curses.c:260:40: error: invalid use of incomplete typedef 'WINDOW' {aka 's= truct _win_st'} 260 | f_nTop =3D application_windows.pMainWin->_begy; Curses.c:261:42: error: invalid use of incomplete typedef 'WINDOW' {aka 's= truct _win_st'} 261 | f_nWidth =3D application_windows.pMainWin->_maxx; Curses.c:262:43: error: invalid use of incomplete typedef 'WINDOW' {aka 's= truct _win_st'} 262 | f_nHeight =3D application_windows.pMainWin->_maxy; Curses.c: In function 'refresh_windows': Curses.c:361:41: error: invalid use of incomplete typedef 'WINDOW' {aka 's= truct _win_st'} 361 | f_nLeft =3D application_windows.pMainWin->_begx; Curses.c:362:40: error: invalid use of incomplete typedef 'WINDOW' {aka 's= truct _win_st'} 362 | f_nTop =3D application_windows.pMainWin->_begy; Curses.c:363:42: error: invalid use of incomplete typedef 'WINDOW' {aka 's= truct _win_st'} 363 | f_nWidth =3D application_windows.pMainWin->_maxx; Curses.c:364:43: error: invalid use of incomplete typedef 'WINDOW' {aka 's= truct _win_st'} 364 | f_nHeight =3D application_windows.pMainWin->_maxy; -- Curses.c: In function 'create_pad': Curses.c:910:52: error: invalid use of incomplete typedef 'WINDOW' {aka 's= truct _win_st'} 910 | pPad->uiWinLeft =3D application_windows.pDetailsWin->_begx + 1; Curses.c:911:51: error: invalid use of incomplete typedef 'WINDOW' {aka 's= truct _win_st'} 911 | pPad->uiWinTop =3D application_windows.pDetailsWin->_begy + 1; dosbox-1:0.74.3-alt3 debug_gui.cpp: In function 'void DrawBars()': debug_gui.cpp:149:29: error: invalid use of incomplete type 'WINDOW' {aka = 'struct _win_st'} 149 | mvaddstr(dbg.win_reg->_begy-1,0, "---(Register Overview )---"); -- 456 | typedef struct _win_st WINDOW; debug_gui.cpp:151:30: error: invalid use of incomplete type 'WINDOW' {aka = 'struct _win_st'} 151 | mvaddstr(dbg.win_data->_begy-1,0,"---(Data Overview Scroll: = page up/down)---"); -- 456 | typedef struct _win_st WINDOW; debug_gui.cpp:153:30: error: invalid use of incomplete type 'WINDOW' {aka = 'struct _win_st'} 153 | mvaddstr(dbg.win_code->_begy-1,0,"---(Code Overview Scroll: = up/down )---"); -- 456 | typedef struct _win_st WINDOW; debug_gui.cpp:155:29: error: invalid use of incomplete type 'WINDOW' {aka = 'struct _win_st'} 155 | mvaddstr(dbg.win_var->_begy-1,0, "---(Variable Overview )---"); -- 456 | typedef struct _win_st WINDOW; debug_gui.cpp:157:29: error: invalid use of incomplete type 'WINDOW' {aka = 'struct _win_st'} 157 | mvaddstr(dbg.win_out->_begy-1,0, "---(OutPut/Input Scroll: = home/end )---"); evms-2.5.5-alt88 clist.c:43:28: error: invalid use of incomplete typedef 'WINDOW' {aka 'str= uct _win_st'} 43 | touchwin(clist->win->_parent); -- 1262 | #define touchwin(win) wtouchln((win), 0, getmaxy(win), 1) clist.c:45:28: error: invalid use of incomplete typedef 'WINDOW' {aka 'str= uct _win_st'} 45 | wrefresh(clist->win->_parent); clist.c: In function 'print_clist_column_title': clist.c:314:30: error: invalid use of incomplete typedef 'WINDOW' {aka 'st= ruct _win_st'} 314 | mvwaddnstr(clist->win->_parent, getpary(clist->win) - 2, x, ti= tle, len); -- 1344 | #define mvwaddnstr(win,y,x,str,n) (wmove((win),(y),(x)) =3D= =3D ERR ? ERR : waddnstr((win),(str),(n))) clist.c:314:30: error: invalid use of incomplete typedef 'WINDOW' {aka 'st= ruct _win_st'} 314 | mvwaddnstr(clist->win->_parent, getpary(clist->win) - 2, x, ti= tle, len); -- clist.c: In function 'draw_clist_full_message': clist.c:688:37: error: invalid use of incomplete typedef 'WINDOW' {aka 'st= ruct _win_st'} 688 | mvwaddstr(clist->win->_parent, y, x, _("More...")); -- 1345 | #define mvwaddstr(win,y,x,str) (wmove((win),(y),(x)) =3D=3D = ERR ? ERR : waddnstr((win),(str),-1)) clist.c:688:37: error: invalid use of incomplete typedef 'WINDOW' {aka 'st= ruct _win_st'} 688 | mvwaddstr(clist->win->_parent, y, x, _("More...")); -- 1345 | #define mvwaddstr(win,y,x,str) (wmove((win),(y),(x)) =3D=3D = ERR ? ERR : waddnstr((win),(str),-1)) clist.c:690:37: error: invalid use of incomplete typedef 'WINDOW' {aka 'st= ruct _win_st'} 690 | mvwaddstr(clist->win->_parent, y, x, _("Back...")); -- 1345 | #define mvwaddstr(win,y,x,str) (wmove((win),(y),(x)) =3D=3D = ERR ? ERR : waddnstr((win),(str),-1)) clist.c:690:37: error: invalid use of incomplete typedef 'WINDOW' {aka 'st= ruct _win_st'} 690 | mvwaddstr(clist->win->_parent, y, x, _("Back...")); -- 1345 | #define mvwaddstr(win,y,x,str) (wmove((win),(y),(x)) =3D=3D = ERR ? ERR : waddnstr((win),(str),-1)) clist.c:696:44: error: invalid use of incomplete typedef 'WINDOW' {aka 'st= ruct _win_st'} 696 | mvwaddch(clist->win->_parent, y, x + i, ' '); -- 1341 | #define mvwaddch(win,y,x,ch) (wmove((win),(y),(x)) =3D=3D ER= R ? ERR : waddch((win),(ch))) clist.c:696:44: error: invalid use of incomplete typedef 'WINDOW' {aka 'st= ruct _win_st'} 696 | mvwaddch(clist->win->_parent, y, x + i, ' '); guile-ncurses-3.1-alt1 menu_type.c: In function 'gc_free_menu': menu_type.c:321:25: error: invalid use of incomplete typedef 'ITEM' {aka '= struct tagITEM'} 321 | pitem_store[i]->left =3D NULL; menu_type.c:322:25: error: invalid use of incomplete typedef 'ITEM' {aka '= struct tagITEM'} 322 | pitem_store[i]->right =3D NULL; menu_type.c:323:25: error: invalid use of incomplete typedef 'ITEM' {aka '= struct tagITEM'} 323 | pitem_store[i]->up =3D NULL; menu_type.c:324:25: error: invalid use of incomplete typedef 'ITEM' {aka '= struct tagITEM'} 324 | pitem_store[i]->down =3D NULL; guile22-2.2.7-alt1 errors: 1 FAIL: check-guile 1 of 1 test failed java-1.8.0-openjdk-0:1.8.0.462.b08-alt1 + /usr/bin/gmake VERBOSE=3D LOG_LEVEL=3Dtrace -R -I /usr/src/RPM/BUILD/java-1.8.0-openjdk-1.8.0.462.b08-0.i586/openjdk/make/co= mmon -f adlc.make -r -rRw -I/usr/src/RPM/BUILD/java-1.8.0-openjdk-1.8.0.462.b08-0.i586/openj= dk/make/common -j4 -Otarget --sync-mutex=3Dfnm:/usr/src/tmp/GmdwwCM -j gmake: *** cannot open output sync mutex /usr/src/tmp/GmdwwCM: No such fil= e or directory. Stop. gmake[5]: *** [/usr/src/RPM/BUILD/java-1.8.0-openjdk-1.8.0.462.b08-0.i586/jdk8u462-b08/h= otspot/make/linux/makefiles/top.make:91: ad_stuff] Error 2 libgnt-2.14.0-alt1 177 | ey < getbegy(below->win)) ../gntwm.c:179:47: error: invalid use of incomplete typedef =E2=80=98PANEL= =E2=80=99 {aka =E2=80=98struct panel=E2=80=99} 179 | if (sx > getbegx(below->win) + getmaxx(below->win) || ../gntwm.c:179:69: error: invalid use of incomplete typedef =E2=80=98PANEL= =E2=80=99 {aka =E2=80=98struct panel=E2=80=99} 179 | if (sx > getbegx(below->win) + getmaxx(below->win) || ../gntwm.c:180:59: error: invalid use of incomplete typedef =E2=80=98PANEL= =E2=80=99 {aka =E2=80=98struct panel=E2=80=99} 180 | ex < getbegx(below->win)) -- from ../gntwm.c:39: ../gntwm.c:182:55: error: invalid use of incomplete typedef =E2=80=98PANEL= =E2=80=99 {aka =E2=80=98struct panel=E2=80=99} 182 | for (y =3D MAX(sy, getbegy(below->win)); y <=3D MIN(ey, getbegy(below->win) + getmaxy(below->win)); y++) { -- 939 | #define MAX(a, b) (((a) > (b)) ? (a) : (b)) ../gntwm.c:182:55: error: invalid use of incomplete typedef =E2=80=98PANEL= =E2=80=99 {aka =E2=80=98struct panel=E2=80=99} 182 | for (y =3D MAX(sy, getbegy(below->win)); y <=3D MIN(ey, getbegy(below->win) + getmaxy(below->win)); y++) { -- 939 | #define MAX(a, b) (((a) > (b)) ? (a) : (b)) ../gntwm.c:182:90: error: invalid use of incomplete typedef =E2=80=98PANEL= =E2=80=99 {aka =E2=80=98struct panel=E2=80=99} 182 | for (y =3D MAX(sy, getbegy(below->win)); y <=3D MIN(ey, getbegy(below->win) + getmaxy(below->win)); y++) { -- 942 | #define MIN(a, b) (((a) < (b)) ? (a) : (b)) ../gntwm.c:182:112: error: invalid use of incomplete typedef =E2=80=98PANE= L=E2=80=99 {aka =E2=80=98struct panel=E2=80=99} 182 | for (y =3D MAX(sy, getbegy(below->win)); y <=3D MIN(ey, getbegy(below->win) + getmaxy(below->win)); y++) { -- 942 | #define MIN(a, b) (((a) < (b)) ? (a) : (b)) ../gntwm.c:182:90: error: invalid use of incomplete typedef =E2=80=98PANEL= =E2=80=99 {aka =E2=80=98struct panel=E2=80=99} 182 | for (y =3D MAX(sy, getbegy(below->win)); y <=3D MIN(ey, getbegy(below->win) + getmaxy(below->win)); y++) { -- 942 | #define MIN(a, b) (((a) < (b)) ? (a) : (b)) ../gntwm.c:182:112: error: invalid use of incomplete typedef =E2=80=98PANE= L=E2=80=99 {aka =E2=80=98struct panel=E2=80=99} 182 | for (y =3D MAX(sy, getbegy(below->win)); y <=3D MIN(ey, getbegy(below->win) + getmaxy(below->win)); y++) { -- from ../gntwm.c:51: ../gntwm.c:183:52: error: invalid use of incomplete typedef =E2=80=98PANEL= =E2=80=99 {aka =E2=80=98struct panel=E2=80=99} 183 | if (mvwin_wch(below->win, y - getbegy(below->win), sx - 1 - getbegx(below->win), &ch) !=3D OK) lua5.4-module-lualanes-3.17.1-alt1_lr0 fib(9) =3D 34=0D fib(11)=0D fib(11) =3D 89=0D fib(20) =3D 6765.0=0D fib(41) =3D 165580141.0=0D fib(80) =3D 2.3416728348468e+16=0D 23416728348467684 2.3416728348468e+16=0D make[1]: *** [Makefile:121: fibonacci] Segmentation fault=0D make[1]: Leaving directory '/usr/src/RPM/BUILD/lua5.4-module-lualanes-3.17= =2E1'=0D make: *** [Makefile:82: test] Error 2=0D perl-Parallel-Runner-0.014-alt1_3 PERL_DL_NONLAZY=3D1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Har= ness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')"= t/*.t # Failed test 'First signal sent after delay' # at t/Destruction.t line 76. -- t/Destruction.t (Wstat: 256 (exited 1) Tests: 10 Failed: 1) Failed test: 7 Non-zero exit status: 1 -- Result: FAIL Failed 1/3 test programs. 1/57 subtests failed. make: *** [Makefile:776: test_dynamic] Error 255 python3-module-crosshair-tool-0.0.94-alt2 assert found =3D=3D {expected}, assertmsg AssertionError: Got MessageType.CANNOT_CONFIRM instead of MessageType.POST= _FAIL (use `pytest -v` to show trace) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D warnings summary =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D -- XFAIL crosshair/libimpl/weakreflib_test.py::test_weakref_proxy - weakref.p= roxy is not yet supported FAILED crosshair/libimpl/builtinslib_test.py::test_set_basic_fail - Assert= ion... =3D 1 failed, 11897 passed, 4 skipped, 3 xfailed, 215 warnings in 1835.84s= (0:30:35) =3D INFO : Command's result: FAILURE INFO : Command's error: Command '['python3', '-m', 'pytest', '-vra', '-n', '8', '--deselect', 'crosshair/libimpl/datetimelib_ch_test.py::test_builtin[check_timedelta_ne= w]']' returned non-zero exit status 1. error: Bad exit status from /usr/src/tmp/rpm-tmp.98997 (%check) python3-module-loguru-0.7.3-alt2 /usr/src/RPM/BUILD/python3-module-loguru-0.7.3/tests/typesafety/test_logge= r.yml:229: E pytest_mypy_plugins.utils.TypecheckAssertionError: Output is not expec= ted: E Actual: -- /usr/src/RPM/BUILD/python3-module-loguru-0.7.3/tests/typesafety/test_logge= r.yml:245: E pytest_mypy_plugins.utils.TypecheckAssertionError: Invalid output: E Actual: -- /usr/src/RPM/BUILD/python3-module-loguru-0.7.3/tests/typesafety/test_logge= r.yml:251: E pytest_mypy_plugins.utils.TypecheckAssertionError: Output is not expec= ted: E Actual: -- /usr/src/RPM/BUILD/python3-module-loguru-0.7.3/tests/typesafety/test_logge= r.yml:257: E pytest_mypy_plugins.utils.TypecheckAssertionError: Output is not expec= ted: E Actual: -- /usr/src/RPM/BUILD/python3-module-loguru-0.7.3/tests/typesafety/test_logge= r.yml:262: E pytest_mypy_plugins.utils.TypecheckAssertionError: Output is not expec= ted: E Actual: -- /usr/src/RPM/BUILD/python3-module-loguru-0.7.3/tests/typesafety/test_logge= r.yml:275: E pytest_mypy_plugins.utils.TypecheckAssertionError: Invalid output: E Actual: -- /usr/src/RPM/BUILD/python3-module-loguru-0.7.3/tests/typesafety/test_logge= r.yml:284: E pytest_mypy_plugins.utils.TypecheckAssertionError: Invalid output: E Actual: E Warning: --force-uppercase-builtins is deprecated; mypy only support= s Python 3.9+ (diff) E main:2: error: No overload variant of "add" of "Logger" matches argu= ment types "Callable[[Any], None]", "int" (diff) E main:2: note: Possible overload variants: (diff) -- E Expected: E main:2: error: No overload variant of "add" of "Logger" matches argu= ment types "Callable[[Any], None]", "int" (diff) E main:2: note: Possible overload variants: (diff) -- E Alignment of first line difference: E E: main:2: error: No overload variant of "add" of "Logger" matches a= rgument... E A: Warning: --force-uppercase-builtins is deprecated; mypy only supp= orts Py... python3-module-mocket-3.13.9-alt1 > @_wraps(_stdlib_socket.socket.sendmsg, assigned=3D(), updated=3D()) E AttributeError: type object 'MocketSocket' has no attribute 'sendmsg' /usr/lib/python3/site-packages/trio/_socket.py:758: AttributeError -- =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D short test summary info =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D FAILED tests/test_http_httpx.py::HttpxEntryTestCase::test_httprettish_http= x_session !!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 1 failures !!!!!!!!!!!!!!!!!!!!!= !!!!!! python3-module-schemathesis-4.0.9-alt1 ------------------------------ Captured log call -------------------------= ------ ERROR aiohttp.server:web_protocol.py:481 Error handling request from 127.= 0.0.1 Traceback (most recent call last): -- ------------------------------ Captured log call -------------------------= ------ ERROR aiohttp.server:web_protocol.py:481 Error handling request from 127.= 0.0.1 Traceback (most recent call last): -- SKIPPED [1] test/coverage/test_combinations.py:238: This test is not appli= cable for multiple_of=3DNone FAILED test/engine/test_engine.py::test_stateful_auth[Open API 3.0] - asse= rt ... FAILED test/engine/test_engine.py::test_stateful_all_generation_modes[Open= API 3.0] =3D=3D=3D=3D=3D 2 failed, 2351 passed, 1 skipped, 257 warnings in 547.17s = (0:09:07) =3D=3D=3D=3D=3D=3D INFO : Command's result: FAILURE INFO : Command's error: Command '['python3', '-m', 'pytest', '--snapshot-= update', 'test/']' returned non-zero exit status 1. python3-module-websockets-15.0.1-alt1 .......................................sssssssssssssss.......ssssssss.....= =2E........................................................................= =2E........................................................................= =2E...........s....s.s.....................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E.....................................................ss.......s.........= =2E........................................................................= =2E...............................................s........................= =2E........................................................................= =2E.....................................s..................................= =2E.....................................................................sss= ssssssssssss.....ssssssss....................s.............................= =2E..s.............................................EF...............sss....= =2E..........................s.............................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E...........................s............................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E............................................. ERROR: test_writing_in_recv_events_fails (tests.sync.test_connection.ClientConnectionTests.test_writing_in_recv_eve= nts_fails) Error when responding to incoming frames is correctly reported. -- raise self.protocol.close_exc from original_exc websockets.exceptions.ConnectionClosedError: no close frame received or se= nt FAIL: test_writing_in_send_context_fails (tests.sync.test_connection.ClientConnectionTests.test_writing_in_send_con= text_fails) Error when sending outgoing frame is correctly reported. -- self.assertIsInstance(raised.exception.__cause__, BrokenPipeError) AssertionError: None is not an instance of Ran 1947 tests in 80.513s FAILED (failures=3D1, errors=3D1, skipped=3D61) INFO : Command's result: FAILURE INFO : Command's error: Command '['python3', '-m', 'unittest']' returned = non-zero exit status 1. rogue-5.4.4-alt3 main.c: In function 'tstp': main.c:241:11: error: invalid use of incomplete typedef 'WINDOW' {aka 'str= uct _win_st'} 241 | curscr->_cury =3D oy; main.c:242:11: error: invalid use of incomplete typedef 'WINDOW' {aka 'str= uct _win_st'} 242 | curscr->_curx =3D ox; varmon-1.2.1-alt1.qa1 In file included from varmon.c:33: varmon.c:567:38: error: invalid use of incomplete typedef 'WINDOW' {aka 's= truct _win_st'} 567 | mvwaddstr(msgw, (msgw->_maxy - 1), ((msgw->_maxx/2)-(strlen(" YES"))), " YES "); -- 1345 | #define mvwaddstr(win,y,x,str) (wmove((win),(y),(x)) =3D=3D = ERR ? ERR : waddnstr((win),(str),-1)) varmon.c:567:58: error: invalid use of incomplete typedef 'WINDOW' {aka 's= truct _win_st'} 567 | mvwaddstr(msgw, (msgw->_maxy - 1), ((msgw->_maxx/2)-(strlen(" YES"))), " YES "); -- 1345 | #define mvwaddstr(win,y,x,str) (wmove((win),(y),(x)) =3D=3D = ERR ? ERR : waddnstr((win),(str),-1)) varmon.c:569:38: error: invalid use of incomplete typedef 'WINDOW' {aka 's= truct _win_st'} 569 | mvwaddstr(msgw, (msgw->_maxy - 1), ((msgw->_maxx/2)+(strlen("= NO "))), " NO "); -- 1345 | #define mvwaddstr(win,y,x,str) (wmove((win),(y),(x)) =3D=3D = ERR ? ERR : waddnstr((win),(str),-1)) varmon.c:569:58: error: invalid use of incomplete typedef 'WINDOW' {aka 's= truct _win_st'} 569 | mvwaddstr(msgw, (msgw->_maxy - 1), ((msgw->_maxx/2)+(strlen("= NO "))), " NO "); -- 1345 | #define mvwaddstr(win,y,x,str) (wmove((win),(y),(x)) =3D=3D = ERR ? ERR : waddnstr((win),(str),-1)) varmon.c:581:47: error: invalid use of incomplete typedef 'WINDOW' {aka 's= truct _win_st'} 581 | for(dummy =3D 0; dummy <=3D ((msgw->_maxx+1)*(msgw->_maxy+1))= ; dummy++) varmon.c:581:63: error: invalid use of incomplete typedef 'WINDOW' {aka 's= truct _win_st'} 581 | for(dummy =3D 0; dummy <=3D ((msgw->_maxx+1)*(msgw->_maxy+1))= ; dummy++) varmon.c:590:38: error: invalid use of incomplete typedef 'WINDOW' {aka 's= truct _win_st'} 590 | mvwaddstr(msgw, (msgw->_maxy - 1), ((msgw->_maxx/2)-((strlen(" OK ")/2))), " OK "); -- 1345 | #define mvwaddstr(win,y,x,str) (wmove((win),(y),(x)) =3D=3D = ERR ? ERR : waddnstr((win),(str),-1)) varmon.c:590:58: error: invalid use of incomplete typedef 'WINDOW' {aka 's= truct _win_st'} 590 | mvwaddstr(msgw, (msgw->_maxy - 1), ((msgw->_maxx/2)-((strlen(" OK ")/2))), " OK "); -- 1345 | #define mvwaddstr(win,y,x,str) (wmove((win),(y),(x)) =3D=3D = ERR ? ERR : waddnstr((win),(str),-1)) varmon.c:600:47: error: invalid use of incomplete typedef 'WINDOW' {aka 's= truct _win_st'} 600 | for(dummy =3D 0; dummy <=3D ((msgw->_maxx+1)*(msgw->_maxy+1))= ; dummy++) varmon.c:600:63: error: invalid use of incomplete typedef 'WINDOW' {aka 's= truct _win_st'} 600 | for(dummy =3D 0; dummy <=3D ((msgw->_maxx+1)*(msgw->_maxy+1))= ; dummy++) vdr-2.2.0-alt12 config.h:49:32: warning: format '%lu' expects argument of type 'long unsig= ned int', but argument 3 has type 'uint64_t' {aka 'long long unsigned int'} [-Wforma= t=3D] 49 | #define ERRORLOG(x...) esyslog("VNSI-Error: " x) /usr/src/RPM/BUILD/vdr-2.2.0/include/vdr/tools.h:34:76: note: in definitio= n of macro 'esyslog' zstd-1.5.5-alt2 test206 : ZSTD_adjustCParams() + dictionary OK test207 : check compression mem usage monotonicity over levels for estimat= eCCtxSize() : OK test208 : check estimateCCtxSize() always larger or equal to ZSTD_estimateCCtxSize_usingCParams() : OK test209 : thread pool API tests : thread pool test : threadPool re-use roundtrips: OK thread pool test : threadPool simultaneous usage: OK thread pool tests OK 1 =0D 5 =0D 11 =0D 18 =0D 23 =0D 26 =0D 31 =0D 35 =0D 37 =0D 40 =0D 41 =0D 42 =0D 43 =0D 44 =0D 53 =0D 59 =0D 64 =0D 73 =0D 89 =0D 94 =0D 99 =0D 101 =0D 108 =0D 110 =0D 112 =0D 115 =0D 119 =0D 121 =0D 127 =0D 132 =0D 141 =0D 147 =0D 166 =0D 168 =0D 173 =0D 177 =0D 182 =0D 184 =0D 187 =0D 195 =0D 202 =0D 206 =0D 211 =0D 221 =0D 223 =0D 233 =0D 238 =0D 245 =0D 246 =0D 249 =0D 254 =0D 260 =0D 264 =0D 266 =0D 278 =0D 283 =0D 286 =0D 290 =0D 291 =0D 298 =0D 303 =0D 312 =0D 318 =0D 322 =0D 329 =0D 333 =0D 338 =0D 341 =0D 345 =0D 356 =0D 362 =0D 370 =0D 373 =0D 378 =0D 389 =0D 394 =0D 401 =0D 410 =0D 422 =0D 423 =0D 425 =0D 427 =0D 428 =0D 440 =0D 447 =0D 450 =0D 455 =0D 459 =0D 464 =0D 479 =0D 481 =0D 487 =0D 488 =0D 490 =0D 491 =0D 492 =0D 509 =0D 517 =0D 534 =0D 542 =0D 544 =0D 551 =0D 553 =0D 562 =0D 563 =0D 566 =0D 569 =0D 574 =0D 581 =0D 583 =0D 588 =0D 591 =0D 597 =0D 609 =0D 630 =0D 641 =0D 651 =0D 652 =0D 653 =0D 656 =0D 660 =0D 662 =0D 663 =0D 666 =0D 671 =0D 674 =0D 684 =0D 685 =0D 688 =0D 691 =0D 693 =0D 701 =0D 704 =0D 714 =0D 718 =0D 719 =0D 720 =0D 730 =0D 737 =0D 744 =0D 746 =0D 750 =0D 755 =0D 759 =0D 769 =0D 770 =0D 774 =0D 781 =0D 786 =0D 791 =0D 801 =0D 802 =0D 809 =0D 811 =0D 820 =0D 821 =0D 828 =0D 841 =0D 846 =0D 854 =0D 855 =0D 858 =0D 865 =0D 875 =0D 882 =0D 883 =0D 892 =0D 900 =0D 905 =0D 910 =0D 911 =0D 912 =0D 920 =0D 921 =0D 927 =0D 929 =0D 932 =0D 933 =0D 939 =0D 944 =0D 947 =0D 948 =0D 956 =0D 957 =0D 963 =0D 970 =0D 974 =0D 979 =0D 987 =0D 989 =0D 996 =0D 1002 =0D 1010 =0D 1011 =0D 1014 =0D 1016 =0D 1020 =0D 1029 =0D 1032 =0D 1034 =0D 1040 =0D 1041 =0D 1042 =0D 1051 =0D 1057 =0D 1058 =0D 1062 =0D 1063 =0D 1068 =0D 1079 =0D 1088 =0D 1103 =0D 1115 =0D 1120 =0D 1128 =0D 1130 =0D 1134 =0D 1146 =0D 1147 =0D 1154 =0D 1156 =0D 1168 =0D 1173 =0D 1178 =0D 1179 =0D 1188 =0D 1189 =0D 1190 =0D 1198 =0D 1201 =0D 1205 =0D 1209 =0D 1218 =0D 1221 =0D 1230 =0D 1234 =0D 1240 =0D 1242 =0D 1244 =0D 1249 =0D 1255 make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.5.5-alt2/tests' make: Target 'test' not remade because of errors. 37 error logs REMOVED from the list Mesa-4:25.1.4-alt1 arrow-12.0.0-alt2.3 boost-1:1.86.0-alt2 djvu-3.5.28-alt3 dm-secdel-1.0.11-alt2 dropbear-musl-2025.88-alt1 exaile-4.1.4-alt1 gnome-bluetooth3.0-47.1-alt2 hugin-2023.0.0-alt1.1 kf6-ktextaddons-1.5.4-alt1 krita-5.2.9-alt1 libcomps-0.1.18-alt1_4 libgme-0.6.3-alt2 liblcms2-2.17-alt1 libopenimageio-2.5.18.0-alt1 liboqs-0.13.0-alt1 libpolyclipping-6.4.2-alt1_17 libpst-0.6.76-alt4.1 libre2_10-20230301-alt2 libsoundio-2.0.0-alt1_2 octave-nan-3.7.0-alt1 octave-stk-2.7.0-alt1 openbabel-3.1.1-alt4.1 perl-Net-Async-CassandraCQL-0.12-alt3 python3-module-cheroot-10.0.1-alt4 python3-module-confluent-kafka-2.6.1-alt1 python3-module-hdf5storage-0.2.0-alt2 python3-module-pulsectl-asyncio-1.2.2-alt2 python3-module-pytest-httpbin-2.1.0-alt1 python3-module-pytz-deprecation-shim-0.1.0.post0-alt3 python3-module-pyublas-2017.1-alt2.1 python3-module-tpm2-pytss-2.3.0-alt1 scribus-1:1.7.0-alt2 swi-prolog-9.0.4-alt4 telegraf-1.35.0-alt1 xraylib-4.1.1-alt2 yodl-1:4.03.00-alt2 Total 281 error logs.