korge icon indicating copy to clipboard operation
korge copied to clipboard

strip.exe' finished with non-zero exit value

Open jfbilodeau opened this issue 3 years ago • 4 comments

Running against a couple of build issues. When doing a packageMingwX64AppRELEASE, I get a Execution failed for task ':packageMingwX64AppRELEASE'.

Process 'command 'C:\Users\runneradmin.konan\dependencies\msys2-mingw-w64-x86_64-1\bin\strip.exe'' finished with non-zero exit value 1

jfbilodeau avatar Mar 07 '22 14:03 jfbilodeau

If building the executable on linux and macOS we can try to use wine64 .../strip.exe to run it. We can also enable running the mingwX64 target by using wine64

soywiz avatar Mar 09 '22 09:03 soywiz

If building the executable on linux and macOS we can try to use wine64 .../strip.exe to run it. We can also enable running the mingwX64 target by using wine64

I'm not sure I understand what you're saying. The failing builds happen on both my Windows machine and on GitHub actions (again using a Windows image). Where would wine64 come into play?

jfbilodeau avatar Mar 09 '22 10:03 jfbilodeau

Sorry for the confusion, that was just an annotation/idea for myself :) That idea will allow to build native packages for windows, linux and mac on a mac machine directly.

But indeed it is not fully related to the issue.

soywiz avatar Mar 09 '22 10:03 soywiz

No problems! Thanks for the clarification.

jfbilodeau avatar Mar 09 '22 10:03 jfbilodeau