Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

[BUG] LINK : fatal error LNK1171: unable to load mspdbcore.dll (error code: 1455) #416

Closed
apupier opened this issue Jan 23, 2023 · 0 comments · Fixed by #417
Closed

[BUG] LINK : fatal error LNK1171: unable to load mspdbcore.dll (error code: 1455) #416

apupier opened this issue Jan 23, 2023 · 0 comments · Fixed by #417
Assignees
Labels
bug Something isn't working

Comments

@apupier
Copy link
Member

apupier commented Jan 23, 2023

Describe the bug

native compilation on Windows foten fails with:

 LINK : fatal error LNK1171: unable to load mspdbcore.dll (error code: 1455)
	at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.image.NativeImageViaCC.handleLinkerFailure(NativeImageViaCC.java:204)
	at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.image.NativeImageViaCC.runLinkerCommand(NativeImageViaCC.java:151)
	at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.image.NativeImageViaCC.write(NativeImageViaCC.java:117)
	at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGenerator.doRun(NativeImageGenerator.java:718)
	at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGenerator.run(NativeImageGenerator.java:535)
	at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGeneratorRunner.buildImage(NativeImageGeneratorRunner.java:403)
	at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGeneratorRunner.build(NativeImageGeneratorRunner.java:580)
	at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGeneratorRunner.main(NativeImageGeneratorRunner.java:128)

https://github.com/KaotoIO/kaoto-backend/actions/runs/3947285422/jobs/6831598663#step:5:8039

To Reproduce
Steps to reproduce the behavior:

  1. a build on GitHub Actions doing native compilation on Windows

Expected behavior
A clear and concise description of what you expected to happen.

Logs
If applicable, add logs to help explain your problem.

Environment (please complete the following information):

  • OS: Windows
  • Output of the mvn -version` command
  • Kaoto Version [e.g. 1.0]

Additional context
Add any other context about the problem here.

@apupier apupier added the bug Something isn't working label Jan 23, 2023
apupier added a commit to apupier/kaoto-backend that referenced this issue Jan 23, 2023
compilation

Following workaround mentioned here
actions/runner-images#3420 (comment)
to the `LINK : fatal error LNK1171: unable to load mspdbcore.dll (error
code: 1455)` error

fixes KaotoIO#416

Signed-off-by: Aurélien Pupier <[email protected]>
apupier added a commit to apupier/kaoto-backend that referenced this issue Jan 23, 2023
compilation

Following workaround mentioned here
actions/runner-images#3420 (comment)
to the `LINK : fatal error LNK1171: unable to load mspdbcore.dll (error
code: 1455)` error

fixes KaotoIO#416

Signed-off-by: Aurélien Pupier <[email protected]>
apupier added a commit to apupier/kaoto-backend that referenced this issue Jan 23, 2023
compilation

Following workaround mentioned here
actions/runner-images#3420 (comment)
to the `LINK : fatal error LNK1171: unable to load mspdbcore.dll (error
code: 1455)` error

fixes KaotoIO#416

Signed-off-by: Aurélien Pupier <[email protected]>
@apupier apupier self-assigned this Jan 23, 2023
Delawen pushed a commit that referenced this issue Jan 23, 2023
compilation

Following workaround mentioned here
actions/runner-images#3420 (comment)
to the `LINK : fatal error LNK1171: unable to load mspdbcore.dll (error
code: 1455)` error

fixes #416

Signed-off-by: Aurélien Pupier <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant