qgis / QGIS-Mac-Packager

Scripts for Official QGIS MacOS Packages
https://www.qgis.org
GNU General Public License v2.0
54 stars 21 forks source link

QGIS bundle stop in QtWebEngineCore.framework #44

Closed alazarolop closed 4 years ago

alazarolop commented 4 years ago

Hi,

After building QGIS, I tried to bundle all dependencies, but the process stopped at QtWebEngineCore.framework

Call bundle_qt
sending incremental file list
QtRemoteObjects.framework/
QtRemoteObjects.framework/QtRemoteObjects -> Versions/Current/QtRemoteObjects
QtRemoteObjects.framework/Resources -> Versions/Current/Resources
QtRemoteObjects.framework/Versions/
QtRemoteObjects.framework/Versions/Current -> 5
QtRemoteObjects.framework/Versions/5/
QtRemoteObjects.framework/Versions/5/QtRemoteObjects
QtRemoteObjects.framework/Versions/5/Resources/
QtRemoteObjects.framework/Versions/5/Resources/Info.plist
QtRemoteObjects.framework/Versions/5/Resources/QtRemoteObjects.prl

sent 685,215 bytes  received 102 bytes  1,370,634.00 bytes/sec
total size is 684,569  speedup is 1.00
sending incremental file list
Qt3DInput.framework/
Qt3DInput.framework/Qt3DInput -> Versions/Current/Qt3DInput
Qt3DInput.framework/Resources -> Versions/Current/Resources
Qt3DInput.framework/Versions/
Qt3DInput.framework/Versions/Current -> 5
Qt3DInput.framework/Versions/5/
Qt3DInput.framework/Versions/5/Qt3DInput
Qt3DInput.framework/Versions/5/Resources/
Qt3DInput.framework/Versions/5/Resources/Info.plist
Qt3DInput.framework/Versions/5/Resources/Qt3DInput.prl

sent 532,889 bytes  received 106 bytes  1,065,990.00 bytes/sec
total size is 532,286  speedup is 1.00
sending incremental file list
rsync: link_stat "/opt/Qt/5.14.2/clang_64/lib/QtWebEngineCore.framework" failed: No such file or directory (2)

sent 18 bytes  received 12 bytes  60.00 bytes/sec
total size is 0  speedup is 0.00
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1209) [sender=3.1.3]

I needed to adjust Qt version at the beginning of the building process as I could just install 5.14.2 version. Could it be the reason?

Thank you

alazarolop commented 4 years ago

After installing components from Qt, it worked. Thank you