Bug 461471 - 01-build-mxe Script Fails Due to Unavailable Github Repository
Summary: 01-build-mxe Script Fails Due to Unavailable Github Repository
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Bundle-Windows (other bugs)
Version First Reported In: 7.8.0
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-05 20:28 UTC by Ken Lerner
Modified: 2022-11-09 05:18 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In: 7.9.0
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.