On 2023.05.23 17:31, Ingo Klöcker via KMyMoney-devel wrote:
On Dienstag, 23. Mai 2023 01:37:39 CEST Jack via KMyMoney-devel wrote:
> Next step. I have built kmymoney5, but trying to build the installer,
> it says:
>
> buildinfo is broken... it says:
> unresolvable: nothing provides mingw32(libgcc_s_sjlj-1.dll) needed by
> mingw32-cross-nsis
>        nothing provides mingw32(libstdc++-6.dll) needed by
> mingw32-cross-nsis
>        nothing provides mingw32(libwinpthread-1.dll) needed by
> mingw32-cross-nsis
> nothing provides mingw32(libz.dll) needed by mingw32-cross-nsis
>
> I can't tell why the 64 bit build is pulling in anything from mingw32.

The payload of the installer may be a 64-bit build, but the installer (nsis)
itself is a 32-bit application. libgcc_s_sjlj-1.dll is one of multiple
exception libraries. It may need to be added explicitly to the installer.

Are you building KMyMoney for Windows with Craft?
I am trying to build KMyMoney for Windows in OBS on OpenSuse Tumbleweed in a VirtualBox VM. I don't believe Craft is involved there. See also https://bugzilla.opensuse.org/show_bug.cgi?id=1211586. If the KDE CI system is using Craft, then perhaps the problem does not exist there, as those builds have been succeeding (https://binary-factory.kde.org/job/KMyMoney_Release_win64/)

Reply via email to