Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[11.0.25.22.9]alpine-x64构建失败 #883

Open
sendaoYan opened this issue Oct 31, 2024 · 0 comments
Open

[11.0.25.22.9]alpine-x64构建失败 #883

sendaoYan opened this issue Oct 31, 2024 · 0 comments
Assignees
Labels
11.0.25.22.9 bug Something isn't working

Comments

@sendaoYan
Copy link
Collaborator

pipeline:https://compilercd.aliyun.test/#/details?id=91&type=detail&stage=1&step=0
【描述】
alpine-x64测试包构建失败

【预期结果】
测试任务发起成功

【实际结果】
测试任务无法启动

【日志】
http://ci.dragonwell-jdk.io/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-alpine-linux-x64-dragonwell/396/consoleFull
关键日志如下,具体日志见附件:
pipeline.txt

16:09:32  /root/jenkins/workspace/build-scripts/jobs/jdk11u/jdk11u-alpine-linux-x64-dragonwell/workspace/build/src/src/java.base/share/native/launcher/main.c: In function 'setup_sighandler':
16:09:32  /root/jenkins/workspace/build-scripts/jobs/jdk11u/jdk11u-alpine-linux-x64-dragonwell/workspace/build/src/src/java.base/share/native/launcher/main.c:155:29: error: '__SIGRTMIN' undeclared (first use in this function); did you mean 'SIGRTMIN'?
16:09:32    155 |     for (int sig = 1; sig < __SIGRTMIN; ++sig) {
16:09:32        |                             ^~~~~~~~~~
16:09:32        |                             SIGRTMIN
16:09:32  /root/jenkins/workspace/build-scripts/jobs/jdk11u/jdk11u-alpine-linux-x64-dragonwell/workspace/build/src/src/java.base/share/native/launcher/main.c:155:29: note: each undeclared identifier is reported only once for each function it appears in
16:09:32  gmake[3]: *** [Launcher-java.scripting.gmk:30: /root/jenkins/workspace/build-scripts/jobs/jdk11u/jdk11u-alpine-linux-x64-dragonwell/workspace/build/src/build/linux-x86_64-normal-server-release/support/native/java.scripting/jrunscript/main.o] Error 1
16:09:32  gmake[2]: *** [make/Main.gmk:241: java.scripting-launchers] Error 2
16:09:32  gmake[2]: *** Waiting for unfinished jobs....
16:09:32  /root/jenkins/workspace/build-scripts/jobs/jdk11u/jdk11u-alpine-linux-x64-dragonwell/workspace/build/src/src/java.base/share/native/launcher/main.c: In function 'setup_sighandler':
16:09:32  /root/jenkins/workspace/build-scripts/jobs/jdk11u/jdk11u-alpine-linux-x64-dragonwell/workspace/build/src/src/java.base/share/native/launcher/main.c:155:29: error: '__SIGRTMIN' undeclared (first use in this function); did you mean 'SIGRTMIN'?
16:09:32    155 |     for (int sig = 1; sig < __SIGRTMIN; ++sig) {
16:09:32        |                             ^~~~~~~~~~
16:09:32        |                             SIGRTMIN
@sendaoYan sendaoYan added bug Something isn't working 11.0.25.22.9 labels Oct 31, 2024
lingjun-cg added a commit to lingjun-cg/dragonwell11 that referenced this issue Nov 1, 2024
Summary: There no __SIGRTMIN macro in Alpine Linux

Testing: All CRaC testcases.

Reviewers: Accelerator1996, sendaoYan

Issue: dragonwell-project#883
sendaoYan pushed a commit that referenced this issue Nov 3, 2024
Summary: There no __SIGRTMIN macro in Alpine Linux

Testing: All CRaC testcases.

Reviewers: Accelerator1996, sendaoYan

Issue: #883
lingjun-cg added a commit that referenced this issue Nov 4, 2024
Summary: There no __SIGRTMIN macro in Alpine Linux

Testing: All CRaC testcases.

Reviewers: Accelerator1996, sendaoYan

Issue: #883
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
11.0.25.22.9 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants