comejv commented on PR #16925: URL: https://github.com/apache/nuttx/pull/16925#issuecomment-3771900526
The job Linux (arm64-01) fails with this output: > ==================================================================================== > Configuration/Tool: qemu-armv8a/rpproxy > 2026-01-20 09:18:25 > ------------------------------------------------------------------------------------ > Cleaning... > /github/workspace/sources/apps/Application.mk:238: target 'signest.c.github.workspace.sources.apps.testing.ostest.o' given more than once in the same rule > /github/workspace/sources/apps/Application.mk:238: target 'signest.c.github.workspace.sources.apps.testing.ostest.o' given more than once in the same rule > Configuring... > Building NuttX... > cu_main.c: In function 'sigint': > Error: cu_main.c:128:33: error: 'siginfo' undeclared (first use in this function) > 128 | FAR struct cu_globals_s *cu = siginfo->si_user; > | ^~~~~~~ > cu_main.c:128:33: note: each undeclared identifier is reported only once for each function it appears in > make[2]: *** [/github/workspace/sources/apps/Application.mk:330: cu_main.c.github.workspace.sources.apps.system.cu.o] Error 1 > make[2]: Target 'all' not remade because of errors. > make[1]: *** [Makefile:54: /github/workspace/sources/apps/system/cu_all] Error 2 > make[1]: Target 'all' not remade because of errors. > make: *** [tools/LibTargets.mk:248: /github/workspace/sources/apps/libapps.a] Error 2 > make: Target 'all' not remade because of errors. > /github/workspace/sources/nuttx/tools/testbuild.sh: line 385: /github/workspace/sources/nuttx/../nuttx/nuttx.manifest: No such file or directory > [1/1] Normalize qemu-armv8a/rpproxy Is there something I'm supposed to do about that? At first glance it doesn't look related to my changes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
