Bug 461471

Summary: 01-build-mxe Script Fails Due to Unavailable Github Repository
Product: [Applications] digikam Reporter: Ken Lerner <kenlerner>
Component: Bundle-WindowsAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles, kenlerner
Priority: NOR    
Version First Reported In: 7.8.0   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed/Implemented In: 7.9.0
Sentry Crash Report:

Description Ken Lerner 2022-11-05 20:28:19 UTC
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
Comment 1 caulier.gilles 2022-11-05 21:12:39 UTC
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
Comment 2 Ken Lerner 2022-11-05 22:05:36 UTC
Thank you Gilles!  I will switch the Qt5-maintenance branch.  Please close the issue.