Skip to content

Mandrel fails to build with latest graal #826

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

Closed
zakkak opened this issue Feb 4, 2025 · 0 comments · Fixed by graalvm/mandrel-packaging#477
Closed

Mandrel fails to build with latest graal #826

zakkak opened this issue Feb 4, 2025 · 0 comments · Fixed by graalvm/mandrel-packaging#477
Assignees
Labels
bug Something isn't working

Comments

@zakkak
Copy link
Collaborator

zakkak commented Feb 4, 2025

Description

$title

The failure is

> com.oracle.svm.core.util.VMError$HostedError: Header file include/svm_locale.h not found at main search location(s): 
/home/runner/work/mandrel/mandrelvm/lib/svm/clibraries/linux-amd64/glibc/include/svm_locale.h
/home/runner/work/mandrel/mandrelvm/lib/svm/clibraries/linux-amd64/include/svm_locale.h
/home/runner/work/mandrel/mandrelvm/lib/svm/clibraries/include/svm_locale.h
 Use option -H:CLibraryPath to specify header file search locations.

Seems related to oracle#10613 which introduces the include/svm_locale.h file.

We need to copy the new file like we do for the rest in https://github.com/graalvm/mandrel-packaging/blob/a303dd9f72ae8976e70ed373c24e0e638c538c6c/build.java#L165-L177

How To Reproduce

Build Mandrel using latest graal/master

Configuration:

  • OS: Irrelevant
  • Architecture: Irrelevant
  • Mandrel version: 5d45f3d
  • JDK version: Irrelevant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant