Bug 425011 - ext_qt for Android does not build
Summary: ext_qt for Android does not build
Status: RESOLVED FIXED
Alias: None
Product: krita
Classification: Applications
Component: General (other bugs)
Version First Reported In: nightly build (please specify the git hash!)
Platform: Android Linux
: NOR normal
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-04 20:58 UTC by Anna Medonosova
Modified: 2020-09-27 17:39 UTC (History)
1 user (show)

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


Attachments
build error (1.66 KB, text/plain)
2020-08-04 20:58 UTC, Anna Medonosova
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anna Medonosova 2020-08-04 20:58:01 UTC
Created attachment 130634 [details]
build error

SUMMARY
When trying to build ext_qt for Android (both git master and 4.3 branch; locally and in docker with the kdeorg/ci-android image), configure fails with "ERROR: Unknown command line option '-with'.", probably due to https://invent.kde.org/graphics/krita/-/commit/3845a10d659aa48603bfb19b737f714177e0f14e. When "-with qtmultimedia" is replaced with "-skip qtmultimedia", the error is gone.


STEPS TO REPRODUCE
1. Build dependencies for Android

OBSERVED RESULT
ext_qt does not build

EXPECTED RESULT
ext_qt builds without error
Comment 1 amyspark 2020-09-10 14:40:24 UTC
Incoming fix in https://invent.kde.org/graphics/krita/-/merge_requests/416 .
Comment 2 Anna Medonosova 2020-09-27 17:39:48 UTC
ext_qt from master builds correctly now, thanks to Sharaf Zaman.