SUMMARY Attempted to cross-compile digikam 7.8.0 for 64-bit Windows. While running 01-buiild-mxe.sh, script fails because of an unavailable github repository, https://github.com/jrfonseca/libdwarf. This repository is retrieved during the build of ext_drmingw. I realize that this has nothing to do, specifically with digiKam. Rather it has something to do with building the cross-compiling environment. But, I don't know how to fix it or where else to submit an issue. Cloning into '/home/xxx/digikam/project/bundles/mxe/temp.build/ext_drmingw/ext_drmingw-prefix/src/ext_drmingw/thirdparty/libdwarf'... Username for 'https://github.com': Password for 'https://github.com': remote: Repository not found. fatal: Authentication failed for 'https://github.com/jrfonseca/libdwarf/' fatal: clone of 'https://github.com/jrfonseca/libdwarf' into submodule path '/home/xxx/digikam/project/bundles/mxe/temp.build/ext_drmingw/ext_drmingw-prefix/src/ext_drmingw/thirdparty/libdwarf' failed STEPS TO REPRODUCE 1. Run the 01-build-mxe script 2. Wait OBSERVED RESULT Build Fails EXPECTED RESULT Build Succeeds SOFTWARE/OS VERSIONS Linux: Ubuntu 18.04 ADDITIONAL INFORMATION
Hi, I fixed this problem with my last commit from Qt5-maintenance branch (and also master) : https://invent.kde.org/graphics/digikam/-/commit/611aa685b4ba2daed660667091375f0573694bf1 Gilles Caulier
Thank you Gilles! I will switch the Qt5-maintenance branch. Please close the issue.