Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[qt5-location] Build error on x64-linux #42641

Open
wixom opened this issue Dec 11, 2024 · 1 comment · May be fixed by #42683
Open

[qt5-location] Build error on x64-linux #42641

wixom opened this issue Dec 11, 2024 · 1 comment · May be fixed by #42683
Assignees
Labels
category:port-bug The issue is with a library, which is something the port should already support

Comments

@wixom
Copy link

wixom commented Dec 11, 2024

Package: qt5-location:[email protected]

Host Environment

  • Host: x64-linux
  • Compiler: GNU 13.2.0
  • vcpkg-tool version: 2024-11-12-eb492805e92a2c14a230f5c3deb3e89f6771c321
    vcpkg-scripts version: unknown

To Reproduce

vcpkg install qt5-location

Failure logs

-- qt5-location has a spurious failure in which it is unable to create a parent directory! Just retry.
-- Using cached qtlocation-everywhere-opensource-src-5.15.15.tar.xz.
-- Cleaning sources at /home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source /home/dev/vcpkg-2024.11.16/downloads/qtlocation-everywhere-opensource-src-5.15.15.tar.xz
-- Applying patch missing-include.patch
-- Applying patch disable-enum-warning.patch
-- Using source at /home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean
-- Getting CMake variables for x64-linux-dbg
-- Getting CMake variables for x64-linux-rel
-- Configuring x64-linux-rel
-- Configuring x64-linux-rel done
-- Configuring x64-linux-dbg
-- Configuring x64-linux-dbg done
-- Package build-x64-linux-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:134 (message):
    Command failed: /usr/bin/make -j 11
    Working Directory: /home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/x64-linux-dbg
    See logs for more information:
      /home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/package-build-x64-linux-dbg-out.log
      /home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/package-build-x64-linux-dbg-err.log

Call Stack (most recent call first):
  scripts/cmake/vcpkg_build_qmake.cmake:3 (vcpkg_execute_build_process)
  scripts/cmake/vcpkg_build_qmake.cmake:76 (z_run_jom_build)
  installed/x64-linux/share/qt5/qt_build_submodule.cmake:11 (vcpkg_build_qmake)
  installed/x64-linux/share/qt5/qt_submodule_installation.cmake:9 (qt_build_submodule)
  ports/qt5-location/portfile.cmake:3 (qt_submodule_installation)
  scripts/ports.cmake:196 (include)



/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/package-build-x64-linux-dbg-err.log
In file included from /home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtCore/QtCore:66,
                 from ../../include/QtPositioning/QtPositioningDepends:3:
/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtCore/qdatastream.h: In instantiation of ‘QDataStream& QtPrivate::writeAssociativeContainer(QDataStream&, const Container&) [with Container = QHash<QGeoPositionInfo::Attribute, double>]’:
/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtCore/qdatastream.h:467:48:   required from ‘QDataStream& operator<<(QDataStream&, const QHash<K, V>&) [with Key = QGeoPositionInfo::Attribute; T = double]’
/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/positioning/qgeopositioninfo.cpp:332:23:   required from here
/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtCore/qdatastream.h:340:9: warning: ‘QHash<K, V>::const_iterator& QHash<K, V>::const_iterator::operator--() [with Key = QGeoPositionInfo::Attribute; T = double]’ is deprecated [-Wdeprecated-declarations]
  340 |         --it;
      |         ^~~~
In file included from /home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtCore/qvariant.h:48,
                 from /home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtCore/qabstractitemmodel.h:43,
                 from /home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtCore/QtCore:10:
/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtCore/qhash.h:435:59: note: declared here
  435 |         inline QT_DEPRECATED_VERSION_5_15 const_iterator &operator--()
      |                                                           ^~~~~~~~
In file included from /home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtCore/QtCore:66,
                 from ../../include/QtPositioning/QtPositioningDepends:3:
/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtCore/qdatastream.h: In instantiation of ‘QDataStream& QtPrivate::writeAssociativeContainer(QDataStream&, const Container&) [with Container = QHash<int, double>]’:
/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtCore/qdatastream.h:467:48:   required from ‘QDataStream& operator<<(QDataStream&, const QHash<K, V>&) [with Key = int; T = double]’
/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/positioning/qgeosatelliteinfo.cpp:275:23:   required from here
/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtCore/qdatastream.h:340:9: warning: ‘QHash<K, V>::const_iterator& QHash<K, V>::const_iterator::operator--() [with Key = int; T = double]’ is deprecated [-Wdeprecated-declarations]
  340 |         --it;
      |         ^~~~
In file included from /home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtCore/qvariant.h:48,
                 from /home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtCore/qabstractitemmodel.h:43,
                 from /home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtCore/QtCore:10:
/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtCore/qhash.h:435:59: note: declared here
  435 |         inline QT_DEPRECATED_VERSION_5_15 const_iterator &operator--()
      |                                                           ^~~~~~~~
/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/location/declarativemaps/qdeclarativegeoroute.cpp: In member function ‘QJSValue QDeclarativeGeoRoute::path() const’:
/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/location/declarativemaps/qdeclarativegeoroute.cpp:189:31: warning: possibly dangling reference to a temporary [-Wdangling-reference]
  189 |         const QGeoCoordinate &c = route_.path().at(i);
      |                               ^
/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/location/declarativemaps/qdeclarativegeoroute.cpp:189:51: note: the temporary was destroyed at the end of the full expression ‘QGeoRoute::path() const().QList<QGeoCoordinate>::at(i)’
  189 |         const QGeoCoordinate &c = route_.path().at(i);
      |                                   ~~~~~~~~~~~~~~~~^~~
/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/location/declarativemaps/qdeclarativegeoroutemodel.cpp: In member function ‘QJSValue QDeclarativeGeoRouteQuery::excludedAreas() const’:
/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/location/declarativemaps/qdeclarativegeoroutemodel.cpp:956:30: warning: possibly dangling reference to a temporary [-Wdangling-reference]
  956 |         const QGeoRectangle &r = request_.excludeAreas().at(i);
      |                              ^
/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/location/declarativemaps/qdeclarativegeoroutemodel.cpp:956:60: note: the temporary was destroyed at the end of the full expression ‘QGeoRouteRequest::excludeAreas() const().QList<QGeoRectangle>::at(i)’
  956 |         const QGeoRectangle &r = request_.excludeAreas().at(i);
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/location/declarativemaps/qdeclarativegeoroutesegment.cpp: In member function ‘QJSValue QDeclarativeGeoRouteSegment::path() const’:
/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/location/declarativemaps/qdeclarativegeoroutesegment.cpp:155:31: warning: possibly dangling reference to a temporary [-Wdangling-reference]
  155 |         const QGeoCoordinate &c = segment_.path().at(i);
      |                               ^
/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/location/declarativemaps/qdeclarativegeoroutesegment.cpp:155:53: note: the temporary was destroyed at the end of the full expression ‘QGeoRouteSegment::path() const().QList<QGeoCoordinate>::at(i)’
  155 |         const QGeoCoordinate &c = segment_.path().at(i);
      |                                   ~~~~~~~~~~~~~~~~~~^~~
In file included from /home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbusreply.h:49,
                 from /home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbusconnectioninterface.h:47,
                 from /home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/QtDBus:9,
                 from ./manager_interface.h:21,
                 from /home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/plugins/position/geoclue2/qgeopositioninfosource_geoclue2_p.h:45,
                 from /home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/plugins/position/geoclue2/qgeopositioninfosource_geoclue2.cpp:40:
/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbuspendingreply.h: In member function ‘void QDBusPendingReply<T1, T2, T3, T4, T5, T6, T7, T8>::calculateMetaTypes() [with T1 = void; T2 = void; T3 = void; T4 = void; T5 = void; T6 = void; T7 = void; T8 = void]’:
/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbuspendingreply.h:192:21: warning: ‘typeIds’ may be used uninitialized [-Wmaybe-uninitialized]
  192 |         setMetaTypes(Count, typeIds);
      |         ~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbuspendingreply.h:61:10: note: by argument 3 of type ‘const int*’ to ‘void QDBusPendingReplyData::setMetaTypes(int, const int*)’ declared here
   61 |     void setMetaTypes(int count, const int *metaTypes);
      |          ^~~~~~~~~~~~
/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbuspendingreply.h:190:13: note: ‘typeIds’ declared here
  190 |         int typeIds[Count > 0 ? Count : 1]; // use at least one since zero-sized arrays aren't valid
      |             ^~~~~~~
In file included from /home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbusreply.h:49,
                 from /home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbusconnectioninterface.h:47,
                 from /home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/QtDBus:9,
                 from ./geoclue_interface.h:21,
                 from /home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/plugins/position/geoclue/qgeopositioninfosource_geocluemaster.cpp:44:
/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbuspendingreply.h: In member function ‘void QDBusPendingReply<T1, T2, T3, T4, T5, T6, T7, T8>::calculateMetaTypes() [with T1 = void; T2 = void; T3 = void; T4 = void; T5 = void; T6 = void; T7 = void; T8 = void]’:
/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbuspendingreply.h:192:21: warning: ‘typeIds’ may be used uninitialized [-Wmaybe-uninitialized]
  192 |         setMetaTypes(Count, typeIds);
      |         ~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbuspendingreply.h:61:10: note: by argument 3 of type ‘const int*’ to ‘void QDBusPendingReplyData::setMetaTypes(int, const int*)’ declared here
   61 |     void setMetaTypes(int count, const int *metaTypes);
      |          ^~~~~~~~~~~~
/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbuspendingreply.h:190:13: note: ‘typeIds’ declared here
  190 |         int typeIds[Count > 0 ? Count : 1]; // use at least one since zero-sized arrays aren't valid
      |             ^~~~~~~
In file included from /home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbusreply.h:49,
                 from /home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbusconnectioninterface.h:47,
                 from /home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/QtDBus:9,
                 from ./geoclue_interface.h:21,
                 from /home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/plugins/position/geoclue/qgeosatelliteinfosource_geocluemaster.cpp:42:
/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbuspendingreply.h: In member function ‘void QDBusPendingReply<T1, T2, T3, T4, T5, T6, T7, T8>::calculateMetaTypes() [with T1 = void; T2 = void; T3 = void; T4 = void; T5 = void; T6 = void; T7 = void; T8 = void]’:
/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbuspendingreply.h:192:21: warning: ‘typeIds’ may be used uninitialized [-Wmaybe-uninitialized]
  192 |         setMetaTypes(Count, typeIds);
      |         ~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbuspendingreply.h:61:10: note: by argument 3 of type ‘const int*’ to ‘void QDBusPendingReplyData::setMetaTypes(int, const int*)’ declared here
   61 |     void setMetaTypes(int count, const int *metaTypes);
      |          ^~~~~~~~~~~~
/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbuspendingreply.h:190:13: note: ‘typeIds’ declared here
  190 |         int typeIds[Count > 0 ? Count : 1]; // use at least one since zero-sized arrays aren't valid
      |             ^~~~~~~
In file included from /home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbusreply.h:49,
                 from /home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbusconnectioninterface.h:47,
                 from /home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/QtDBus:9,
                 from ./master_interface.h:21,
                 from /home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/plugins/position/geoclue/qgeocluemaster.cpp:42:
/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbuspendingreply.h: In member function ‘void QDBusPendingReply<T1, T2, T3, T4, T5, T6, T7, T8>::calculateMetaTypes() [with T1 = void; T2 = void; T3 = void; T4 = void; T5 = void; T6 = void; T7 = void; T8 = void]’:
/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbuspendingreply.h:192:21: warning: ‘typeIds’ may be used uninitialized [-Wmaybe-uninitialized]
  192 |         setMetaTypes(Count, typeIds);
      |         ~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbuspendingreply.h:61:10: note: by argument 3 of type ‘const int*’ to ‘void QDBusPendingReplyData::setMetaTypes(int, const int*)’ declared here
   61 |     void setMetaTypes(int count, const int *metaTypes);
      |          ^~~~~~~~~~~~
/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbuspendingreply.h:190:13: note: ‘typeIds’ declared here
  190 |         int typeIds[Count > 0 ? Count : 1]; // use at least one since zero-sized arrays aren't valid
      |             ^~~~~~~
In file included from /home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbusreply.h:49,
                 from /home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbusconnectioninterface.h:47,
                 from /home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/QtDBus:9,
                 from .moc/../manager_interface.h:21,
                 from .moc/moc_manager_interface.cpp:10:
/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbuspendingreply.h: In member function ‘void QDBusPendingReply<T1, T2, T3, T4, T5, T6, T7, T8>::calculateMetaTypes() [with T1 = void; T2 = void; T3 = void; T4 = void; T5 = void; T6 = void; T7 = void; T8 = void]’:
/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbuspendingreply.h:192:21: warning: ‘typeIds’ may be used uninitialized [-Wmaybe-uninitialized]
  192 |         setMetaTypes(Count, typeIds);
      |         ~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbuspendingreply.h:61:10: note: by argument 3 of type ‘const int*’ to ‘void QDBusPendingReplyData::setMetaTypes(int, const int*)’ declared here
   61 |     void setMetaTypes(int count, const int *metaTypes);
      |          ^~~~~~~~~~~~
/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbuspendingreply.h:190:13: note: ‘typeIds’ declared here
  190 |         int typeIds[Count > 0 ? Count : 1]; // use at least one since zero-sized arrays aren't valid
      |             ^~~~~~~
In file included from /home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbusreply.h:49,
                 from /home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbusconnectioninterface.h:47,
                 from /home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/QtDBus:9,
                 from .moc/../client_interface.h:21,
                 from .moc/moc_client_interface.cpp:10:
/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbuspendingreply.h: In member function ‘void QDBusPendingReply<T1, T2, T3, T4, T5, T6, T7, T8>::calculateMetaTypes() [with T1 = void; T2 = void; T3 = void; T4 = void; T5 = void; T6 = void; T7 = void; T8 = void]’:
/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbuspendingreply.h:192:21: warning: ‘typeIds’ may be used uninitialized [-Wmaybe-uninitialized]
  192 |         setMetaTypes(Count, typeIds);
      |         ~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbuspendingreply.h:61:10: note: by argument 3 of type ‘const int*’ to ‘void QDBusPendingReplyData::setMetaTypes(int, const int*)’ declared here
   61 |     void setMetaTypes(int count, const int *metaTypes);
      |          ^~~~~~~~~~~~
/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbuspendingreply.h:190:13: note: ‘typeIds’ declared here
  190 |         int typeIds[Count > 0 ? Count : 1]; // use at least one since zero-sized arrays aren't valid
      |             ^~~~~~~
In file included from /home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbusreply.h:49,
                 from /home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbusconnectioninterface.h:47,
                 from /home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/QtDBus:9,
                 from .moc/../masterclient_interface.h:21,
                 from .moc/moc_masterclient_interface.cpp:10:
/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbuspendingreply.h: In member function ‘void QDBusPendingReply<T1, T2, T3, T4, T5, T6, T7, T8>::calculateMetaTypes() [with T1 = void; T2 = void; T3 = void; T4 = void; T5 = void; T6 = void; T7 = void; T8 = void]’:
/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbuspendingreply.h:192:21: warning: ‘typeIds’ may be used uninitialized [-Wmaybe-uninitialized]
  192 |         setMetaTypes(Count, typeIds);
      |         ~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbuspendingreply.h:61:10: note: by argument 3 of type ‘const int*’ to ‘void QDBusPendingReplyData::setMetaTypes(int, const int*)’ declared here
   61 |     void setMetaTypes(int count, const int *metaTypes);
      |          ^~~~~~~~~~~~
/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbuspendingreply.h:190:13: note: ‘typeIds’ declared here
  190 |         int typeIds[Count > 0 ? Count : 1]; // use at least one since zero-sized arrays aren't valid
      |             ^~~~~~~
In file included from /home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/3rdparty/mapbox-gl-native/include/mbgl/util/image.hpp:4,
                 from /home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/3rdparty/mapbox-gl-native/platform/qt/src/qt_image.cpp:1:
/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:9:24: error: found ‘:’ in nested-name-specifier, expected ‘::’
    9 | enum class FeatureType : uint8_t {
      |                        ^
      |                        ::
/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:9:12: error: ‘FeatureType’ has not been declared
    9 | enum class FeatureType : uint8_t {
      |            ^~~~~~~~~~~
/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:9:34: error: expected unqualified-id before ‘{’ token
    9 | enum class FeatureType : uint8_t {
      |                                  ^
/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:47:5: error: ‘FeatureType’ does not name a type; did you mean ‘ToFeatureType’?
   47 |     FeatureType operator()(const Point<T> &) const { return FeatureType::Point; }
      |     ^~~~~~~~~~~
      |     ToFeatureType
/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:49:5: error: ‘FeatureType’ does not name a type; did you mean ‘ToFeatureType’?
   49 |     FeatureType operator()(const MultiPoint<T> &) const { return FeatureType::Point; }
      |     ^~~~~~~~~~~
      |     ToFeatureType
/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:51:5: error: ‘FeatureType’ does not name a type; did you mean ‘ToFeatureType’?
   51 |     FeatureType operator()(const LineString<T> &) const { return FeatureType::LineString; }
      |     ^~~~~~~~~~~
      |     ToFeatureType
/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:53:5: error: ‘FeatureType’ does not name a type; did you mean ‘ToFeatureType’?
   53 |     FeatureType operator()(const MultiLineString<T> &) const { return FeatureType::LineString; }
      |     ^~~~~~~~~~~
      |     ToFeatureType
/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:55:5: error: ‘FeatureType’ does not name a type; did you mean ‘ToFeatureType’?
   55 |     FeatureType operator()(const Polygon<T> &) const { return FeatureType::Polygon; }
      |     ^~~~~~~~~~~
      |     ToFeatureType
/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:57:5: error: ‘FeatureType’ does not name a type; did you mean ‘ToFeatureType’?
   57 |     FeatureType operator()(const MultiPolygon<T> &) const { return FeatureType::Polygon; }
      |     ^~~~~~~~~~~
      |     ToFeatureType
/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:59:5: error: ‘FeatureType’ does not name a type; did you mean ‘ToFeatureType’?
   59 |     FeatureType operator()(const mapbox::geometry::geometry_collection<T> &) const { return FeatureType::Unknown; }
      |     ^~~~~~~~~~~
      |     ToFeatureType
make[4]: *** [Makefile:4186: .obj/platform/qt/src/qt_image.o] Error 1
make[4]: *** Waiting for unfinished jobs....
In file included from /home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbusreply.h:49,
                 from /home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbusconnectioninterface.h:47,
                 from /home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/QtDBus:9,
                 from .moc/../geoclue_interface.h:21,
                 from .moc/moc_geoclue_interface.cpp:10:
/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbuspendingreply.h: In member function ‘void QDBusPendingReply<T1, T2, T3, T4, T5, T6, T7, T8>::calculateMetaTypes() [with T1 = void; T2 = void; T3 = void; T4 = void; T5 = void; T6 = void; T7 = void; T8 = void]’:
/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbuspendingreply.h:192:21: warning: ‘typeIds’ may be used uninitialized [-Wmaybe-uninitialized]
  192 |         setMetaTypes(Count, typeIds);
      |         ~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbuspendingreply.h:61:10: note: by argument 3 of type ‘const int*’ to ‘void QDBusPendingReplyData::setMetaTypes(int, const int*)’ declared here
   61 |     void setMetaTypes(int count, const int *metaTypes);
      |          ^~~~~~~~~~~~
/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtDBus/qdbuspendingreply.h:190:13: note: ‘typeIds’ declared here
  190 |         int typeIds[Count > 0 ? Count : 1]; // use at least one since zero-sized arrays aren't valid
      |             ^~~~~~~
make[3]: *** [Makefile:203: sub-------3rdparty-mapbox-gl-native-make_first] Error 2
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [Makefile:73: sub-geoservices-make_first] Error 2
make[1]: *** [Makefile:234: sub-plugins-make_first] Error 2
make: *** [Makefile:49: sub-src-make_first] Error 2
/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/package-build-x64-linux-dbg-out.log
cd src/ && ( test -e Makefile || /home/dev/vcpkg-2024.11.16/installed/x64-linux/tools/qt5/bin/qmake -o Makefile /home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/src.pro CONFIG-=release CONFIG+=debug QMAKE_CC=cc QMAKE_CXX=c++ QMAKE_AR=ar QMAKE_RANLIB=ranlib QMAKE_STRIP=strip QMAKE_NM=nm QMAKE_RC= QMAKE_MT= QMAKE_AR+=qc QMAKE_LINK=c++ QMAKE_LINK_SHLIB=c++ QMAKE_LINK_C=cc QMAKE_LINK_C_SHLIB=cc 'QMAKE_CFLAGS_DEBUG+=-fPIC   -g' 'QMAKE_CXXFLAGS_DEBUG+=-fPIC   -g' CONFIG-=shared 'CONFIG*=static' 'CONFIG*=force_debug_info' -qtconf /home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/x64-linux-dbg/qt.conf ) && /usr/bin/make -f Makefile 
make[1]: Entering directory '/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/x64-linux-dbg/src'
cd 3rdparty/clipper/ && ( test -e Makefile || /home/dev/vcpkg-2024.11.16/installed/x64-linux/tools/qt5/bin/qmake -o Makefile /home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/3rdparty/clipper/clipper.pro CONFIG-=release CONFIG+=debug QMAKE_CC=cc QMAKE_CXX=c++ QMAKE_AR=ar QMAKE_RANLIB=ranlib QMAKE_STRIP=strip QMAKE_NM=nm QMAKE_RC= QMAKE_MT= QMAKE_AR+=qc QMAKE_LINK=c++ QMAKE_LINK_SHLIB=c++ QMAKE_LINK_C=cc QMAKE_LINK_C_SHLIB=cc 'QMAKE_CFLAGS_DEBUG+=-fPIC   -g' 'QMAKE_CXXFLAGS_DEBUG+=-fPIC   -g' CONFIG-=shared 'CONFIG*=static' 'CONFIG*=force_debug_info' -qtconf /home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/x64-linux-dbg/qt.conf ) && /usr/bin/make -f Makefile 
cd 3rdparty/poly2tri/ && ( test -e Makefile || /home/dev/vcpkg-2024.11.16/installed/x64-linux/tools/qt5/bin/qmake -o Makefile /home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/3rdparty/poly2tri/poly2tri.pro CONFIG-=release CONFIG+=debug QMAKE_CC=cc QMAKE_CXX=c++ QMAKE_AR=ar QMAKE_RANLIB=ranlib QMAKE_STRIP=strip QMAKE_NM=nm QMAKE_RC= QMAKE_MT= QMAKE_AR+=qc QMAKE_LINK=c++ QMAKE_LINK_SHLIB=c++ QMAKE_LINK_C=cc QMAKE_LINK_C_SHLIB=cc 'QMAKE_CFLAGS_DEBUG+=-fPIC   -g' 'QMAKE_CXXFLAGS_DEBUG+=-fPIC   -g' CONFIG-=shared 'CONFIG*=static' 'CONFIG*=force_debug_info' -qtconf /home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/x64-linux-dbg/qt.conf ) && /usr/bin/make -f Makefile 
make[2]: Entering directory '/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/x64-linux-dbg/src/3rdparty/clipper'
c++ -c -pipe -g -fPIC -g -fPIC -g -Og -fPIC -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -w -DQT_NO_LINKED_LIST -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_LINKED_LIST -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/3rdparty/clipper -I. -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/tools/qt5/debug/mkspecs/linux-g++ -o .obj/clipper.o /home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/3rdparty/clipper/clipper.cpp
make[2]: Entering directory '/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/x64-linux-dbg/src/3rdparty/poly2tri'
c++ -c -pipe -g -fPIC -g -fPIC -g -Og -fPIC -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -w -fno-exceptions -DQT_NO_LINKED_LIST -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_LINKED_LIST -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/3rdparty/poly2tri -I. -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/tools/qt5/debug/mkspecs/linux-g++ -o .obj/shapes.o /home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/3rdparty/poly2tri/common/shapes.cpp
c++ -c -pipe -g -fPIC -g -fPIC -g -Og -fPIC -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -w -fno-exceptions -DQT_NO_LINKED_LIST -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_LINKED_LIST -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/3rdparty/poly2tri -I. -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/tools/qt5/debug/mkspecs/linux-g++ -o .obj/sweep_context.o /home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/3rdparty/poly2tri/sweep/sweep_context.cpp
c++ -c -pipe -g -fPIC -g -fPIC -g -Og -fPIC -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -w -fno-exceptions -DQT_NO_LINKED_LIST -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_LINKED_LIST -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/3rdparty/poly2tri -I. -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/tools/qt5/debug/mkspecs/linux-g++ -o .obj/cdt.o /home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/3rdparty/poly2tri/sweep/cdt.cpp
c++ -c -pipe -g -fPIC -g -fPIC -g -Og -fPIC -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -w -fno-exceptions -DQT_NO_LINKED_LIST -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_LINKED_LIST -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/3rdparty/poly2tri -I. -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/tools/qt5/debug/mkspecs/linux-g++ -o .obj/sweep.o /home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/3rdparty/poly2tri/sweep/sweep.cpp
c++ -c -pipe -g -fPIC -g -fPIC -g -Og -fPIC -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -w -fno-exceptions -DQT_NO_LINKED_LIST -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_LINKED_LIST -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/3rdparty/poly2tri -I. -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/tools/qt5/debug/mkspecs/linux-g++ -o .obj/advancing_front.o /home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/3rdparty/poly2tri/sweep/advancing_front.cpp
rm -f ../../../lib/libqt_poly2tri.a
ar qc ../../../lib/libqt_poly2tri.a .obj/shapes.o .obj/sweep_context.o .obj/cdt.o .obj/sweep.o .obj/advancing_front.o
ranlib ../../../lib/libqt_poly2tri.a
make[2]: Leaving directory '/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/x64-linux-dbg/src/3rdparty/poly2tri'
rm -f ../../../lib/libqt_clipper.a
ar qc ../../../lib/libqt_clipper.a .obj/clipper.o
ranlib ../../../lib/libqt_clipper.a
make[2]: Leaving directory '/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/x64-linux-dbg/src/3rdparty/clipper'
cd 3rdparty/clip2tri/ && ( test -e Makefile || /home/dev/vcpkg-2024.11.16/installed/x64-linux/tools/qt5/bin/qmake -o Makefile /home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/3rdparty/clip2tri/clip2tri.pro CONFIG-=release CONFIG+=debug QMAKE_CC=cc QMAKE_CXX=c++ QMAKE_AR=ar QMAKE_RANLIB=ranlib QMAKE_STRIP=strip QMAKE_NM=nm QMAKE_RC= QMAKE_MT= QMAKE_AR+=qc QMAKE_LINK=c++ QMAKE_LINK_SHLIB=c++ QMAKE_LINK_C=cc QMAKE_LINK_C_SHLIB=cc 'QMAKE_CFLAGS_DEBUG+=-fPIC   -g' 'QMAKE_CXXFLAGS_DEBUG+=-fPIC   -g' CONFIG-=shared 'CONFIG*=static' 'CONFIG*=force_debug_info' -qtconf /home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/x64-linux-dbg/qt.conf ) && /usr/bin/make -f Makefile 
make[2]: Entering directory '/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/x64-linux-dbg/src/3rdparty/clip2tri'
c++ -c -pipe -g -fPIC -g -fPIC -g -Og -fPIC -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -w -DQT_NO_LINKED_LIST -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_LINKED_LIST -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/3rdparty/clip2tri -I. -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/3rdparty/poly2tri -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/3rdparty/clipper -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/tools/qt5/debug/mkspecs/linux-g++ -o .obj/clip2tri.o /home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/3rdparty/clip2tri/clip2tri.cpp
rm -f ../../../lib/libqt_clip2tri.a
ar qc ../../../lib/libqt_clip2tri.a .obj/clip2tri.o
ranlib ../../../lib/libqt_clip2tri.a
make[2]: Leaving directory '/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/x64-linux-dbg/src/3rdparty/clip2tri'
cd positioning/ && ( test -e Makefile || /home/dev/vcpkg-2024.11.16/installed/x64-linux/tools/qt5/bin/qmake -o Makefile /home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/positioning/positioning.pro CONFIG-=release CONFIG+=debug QMAKE_CC=cc QMAKE_CXX=c++ QMAKE_AR=ar QMAKE_RANLIB=ranlib QMAKE_STRIP=strip QMAKE_NM=nm QMAKE_RC= QMAKE_MT= QMAKE_AR+=qc QMAKE_LINK=c++ QMAKE_LINK_SHLIB=c++ QMAKE_LINK_C=cc QMAKE_LINK_C_SHLIB=cc 'QMAKE_CFLAGS_DEBUG+=-fPIC   -g' 'QMAKE_CXXFLAGS_DEBUG+=-fPIC   -g' CONFIG-=shared 'CONFIG*=static' 'CONFIG*=force_debug_info' -qtconf /home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/x64-linux-dbg/qt.conf ) && /usr/bin/make -f Makefile 
make[2]: Entering directory '/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/x64-linux-dbg/src/positioning'
c++ -pipe -g -fPIC -g -fPIC -g -Og -fPIC -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -Wextra -Wvla -Wdate-time -Wshift-overflow=2 -Wduplicated-cond -Wno-stringop-overflow -Wno-format-overflow -ffunction-sections -fdata-sections -D_REENTRANT -DQT_NO_LINKED_LIST -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_LINKED_LIST -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_POSITIONING_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_CORE_LIB -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/positioning -I. -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/3rdparty/clipper -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/3rdparty/clip2tri -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtPositioning -I../../include -I../../include/QtPositioning -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtPositioning/5.15.15 -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtPositioning/5.15.15/QtPositioning -I../../include/QtPositioning/5.15.15 -I../../include/QtPositioning/5.15.15/QtPositioning -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtCore/5.15.15 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtCore/5.15.15/QtCore -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtCore -I.moc -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/tools/qt5/debug/mkspecs/linux-g++ -x c++-header -c ../../include/QtPositioning/QtPositioningDepends -o .pch/Qt5Positioning.gch/c++
...
Skipped 737 lines
...
c++ -c -pipe -g -fPIC -g -fPIC -g -Og -fPIC -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -Wextra -Wvla -Wdate-time -Wshift-overflow=2 -Wduplicated-cond -Wno-stringop-overflow -Wno-format-overflow -ffunction-sections -fdata-sections -D_REENTRANT -fPIC -DQT_NO_LINKED_LIST -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_LINKED_LIST -DQT_DEPRECATED_WARNINGS -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_STATICPLUGIN -DQT_PLUGIN -DQT_LOCATION_LIB -DQT_POSITIONINGQUICK_LIB -DQT_POSITIONING_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_PLUGIN_RESOURCE_INIT_FUNCTION=qtgeoservices_nokia_plugin_resource_init -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/plugins/geoservices/nokia -I. -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/location/maps -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtLocation/5.15.15 -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtLocation/5.15.15/QtLocation -I../../../../include/QtLocation/5.15.15 -I../../../../include/QtLocation/5.15.15/QtLocation -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtPositioningQuick/5.15.15 -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtPositioningQuick/5.15.15/QtPositioningQuick -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtPositioning/5.15.15 -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtPositioning/5.15.15/QtPositioning -I../../../../include/QtPositioning/5.15.15 -I../../../../include/QtPositioning/5.15.15/QtPositioning -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtLocation -I../../../../include -I../../../../include/QtLocation -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtPositioningQuick -I../../../../include/QtPositioningQuick -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtPositioning -I../../../../include/QtPositioning -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQuick/5.15.15 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQuick/5.15.15/QtQuick -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtGui/5.15.15 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtGui/5.15.15/QtGui -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQuick -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtGui -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQmlModels/5.15.15 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQmlModels/5.15.15/QtQmlModels -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQml/5.15.15 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQml/5.15.15/QtQml -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtCore/5.15.15 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtCore/5.15.15/QtCore -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQmlModels -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQml -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtNetwork -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtCore -I.moc -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/tools/qt5/debug/mkspecs/linux-g++ -o .obj/moc_qplacecontentreplyimpl.o .moc/moc_qplacecontentreplyimpl.cpp
c++ -c -pipe -g -fPIC -g -fPIC -g -Og -fPIC -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -Wextra -Wvla -Wdate-time -Wshift-overflow=2 -Wduplicated-cond -Wno-stringop-overflow -Wno-format-overflow -ffunction-sections -fdata-sections -D_REENTRANT -fPIC -DQT_NO_LINKED_LIST -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_LINKED_LIST -DQT_DEPRECATED_WARNINGS -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_STATICPLUGIN -DQT_PLUGIN -DQT_LOCATION_LIB -DQT_POSITIONINGQUICK_LIB -DQT_POSITIONING_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_PLUGIN_RESOURCE_INIT_FUNCTION=qtgeoservices_nokia_plugin_resource_init -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/plugins/geoservices/nokia -I. -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/location/maps -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtLocation/5.15.15 -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtLocation/5.15.15/QtLocation -I../../../../include/QtLocation/5.15.15 -I../../../../include/QtLocation/5.15.15/QtLocation -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtPositioningQuick/5.15.15 -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtPositioningQuick/5.15.15/QtPositioningQuick -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtPositioning/5.15.15 -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtPositioning/5.15.15/QtPositioning -I../../../../include/QtPositioning/5.15.15 -I../../../../include/QtPositioning/5.15.15/QtPositioning -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtLocation -I../../../../include -I../../../../include/QtLocation -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtPositioningQuick -I../../../../include/QtPositioningQuick -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtPositioning -I../../../../include/QtPositioning -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQuick/5.15.15 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQuick/5.15.15/QtQuick -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtGui/5.15.15 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtGui/5.15.15/QtGui -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQuick -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtGui -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQmlModels/5.15.15 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQmlModels/5.15.15/QtQmlModels -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQml/5.15.15 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQml/5.15.15/QtQml -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtCore/5.15.15 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtCore/5.15.15/QtCore -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQmlModels -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQml -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtNetwork -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtCore -I.moc -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/tools/qt5/debug/mkspecs/linux-g++ -o .obj/moc_qplacedetailsreplyimpl.o .moc/moc_qplacedetailsreplyimpl.cpp
c++ -c -pipe -g -fPIC -g -fPIC -g -Og -fPIC -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -Wextra -Wvla -Wdate-time -Wshift-overflow=2 -Wduplicated-cond -Wno-stringop-overflow -Wno-format-overflow -ffunction-sections -fdata-sections -D_REENTRANT -fPIC -DQT_NO_LINKED_LIST -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_LINKED_LIST -DQT_DEPRECATED_WARNINGS -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_STATICPLUGIN -DQT_PLUGIN -DQT_LOCATION_LIB -DQT_POSITIONINGQUICK_LIB -DQT_POSITIONING_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_PLUGIN_RESOURCE_INIT_FUNCTION=qtgeoservices_nokia_plugin_resource_init -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/plugins/geoservices/nokia -I. -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/location/maps -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtLocation/5.15.15 -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtLocation/5.15.15/QtLocation -I../../../../include/QtLocation/5.15.15 -I../../../../include/QtLocation/5.15.15/QtLocation -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtPositioningQuick/5.15.15 -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtPositioningQuick/5.15.15/QtPositioningQuick -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtPositioning/5.15.15 -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtPositioning/5.15.15/QtPositioning -I../../../../include/QtPositioning/5.15.15 -I../../../../include/QtPositioning/5.15.15/QtPositioning -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtLocation -I../../../../include -I../../../../include/QtLocation -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtPositioningQuick -I../../../../include/QtPositioningQuick -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtPositioning -I../../../../include/QtPositioning -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQuick/5.15.15 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQuick/5.15.15/QtQuick -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtGui/5.15.15 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtGui/5.15.15/QtGui -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQuick -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtGui -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQmlModels/5.15.15 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQmlModels/5.15.15/QtQmlModels -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQml/5.15.15 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQml/5.15.15/QtQml -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtCore/5.15.15 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtCore/5.15.15/QtCore -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQmlModels -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQml -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtNetwork -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtCore -I.moc -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/tools/qt5/debug/mkspecs/linux-g++ -o .obj/moc_qplaceidreplyimpl.o .moc/moc_qplaceidreplyimpl.cpp
c++ -c -pipe -g -fPIC -g -fPIC -g -Og -fPIC -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -Wextra -Wvla -Wdate-time -Wshift-overflow=2 -Wduplicated-cond -Wno-stringop-overflow -Wno-format-overflow -ffunction-sections -fdata-sections -D_REENTRANT -fPIC -DQT_NO_LINKED_LIST -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_LINKED_LIST -DQT_DEPRECATED_WARNINGS -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_STATICPLUGIN -DQT_PLUGIN -DQT_LOCATION_LIB -DQT_POSITIONINGQUICK_LIB -DQT_POSITIONING_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_PLUGIN_RESOURCE_INIT_FUNCTION=qtgeoservices_nokia_plugin_resource_init -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/plugins/geoservices/nokia -I. -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/location/maps -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtLocation/5.15.15 -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtLocation/5.15.15/QtLocation -I../../../../include/QtLocation/5.15.15 -I../../../../include/QtLocation/5.15.15/QtLocation -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtPositioningQuick/5.15.15 -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtPositioningQuick/5.15.15/QtPositioningQuick -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtPositioning/5.15.15 -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtPositioning/5.15.15/QtPositioning -I../../../../include/QtPositioning/5.15.15 -I../../../../include/QtPositioning/5.15.15/QtPositioning -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtLocation -I../../../../include -I../../../../include/QtLocation -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtPositioningQuick -I../../../../include/QtPositioningQuick -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtPositioning -I../../../../include/QtPositioning -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQuick/5.15.15 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQuick/5.15.15/QtQuick -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtGui/5.15.15 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtGui/5.15.15/QtGui -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQuick -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtGui -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQmlModels/5.15.15 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQmlModels/5.15.15/QtQmlModels -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQml/5.15.15 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQml/5.15.15/QtQml -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtCore/5.15.15 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtCore/5.15.15/QtCore -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQmlModels -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQml -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtNetwork -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtCore -I.moc -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/tools/qt5/debug/mkspecs/linux-g++ -o .obj/moc_qplacesearchreplyhere.o .moc/moc_qplacesearchreplyhere.cpp
c++ -c -pipe -g -fPIC -g -fPIC -g -Og -fPIC -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -Wextra -Wvla -Wdate-time -Wshift-overflow=2 -Wduplicated-cond -Wno-stringop-overflow -Wno-format-overflow -ffunction-sections -fdata-sections -D_REENTRANT -fPIC -DQT_NO_LINKED_LIST -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_LINKED_LIST -DQT_DEPRECATED_WARNINGS -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_STATICPLUGIN -DQT_PLUGIN -DQT_LOCATION_LIB -DQT_POSITIONINGQUICK_LIB -DQT_POSITIONING_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_PLUGIN_RESOURCE_INIT_FUNCTION=qtgeoservices_nokia_plugin_resource_init -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/plugins/geoservices/nokia -I. -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/src/location/maps -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtLocation/5.15.15 -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtLocation/5.15.15/QtLocation -I../../../../include/QtLocation/5.15.15 -I../../../../include/QtLocation/5.15.15/QtLocation -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtPositioningQuick/5.15.15 -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtPositioningQuick/5.15.15/QtPositioningQuick -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtPositioning/5.15.15 -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtPositioning/5.15.15/QtPositioning -I../../../../include/QtPositioning/5.15.15 -I../../../../include/QtPositioning/5.15.15/QtPositioning -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtLocation -I../../../../include -I../../../../include/QtLocation -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtPositioningQuick -I../../../../include/QtPositioningQuick -I/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/src/5.15.15-7650de4343.clean/include/QtPositioning -I../../../../include/QtPositioning -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQuick/5.15.15 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQuick/5.15.15/QtQuick -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtGui/5.15.15 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtGui/5.15.15/QtGui -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQuick -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtGui -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQmlModels/5.15.15 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQmlModels/5.15.15/QtQmlModels -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQml/5.15.15 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQml/5.15.15/QtQml -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtCore/5.15.15 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtCore/5.15.15/QtCore -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQmlModels -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtQml -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtNetwork -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5/QtCore -I.moc -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/include/qt5 -I/home/dev/vcpkg-2024.11.16/installed/x64-linux/tools/qt5/debug/mkspecs/linux-g++ -o .obj/moc_qplacesearchsuggestionreplyimpl.o .moc/moc_qplacesearchsuggestionreplyimpl.cpp
rm -f ../../../../plugins/geoservices/libqtgeoservices_osm.a
ar qc ../../../../plugins/geoservices/libqtgeoservices_osm.a .obj/qgeoserviceproviderpluginosm.o .obj/qgeotiledmappingmanagerengineosm.o .obj/qgeotilefetcherosm.o .obj/qgeomapreplyosm.o .obj/qgeocodingmanagerengineosm.o .obj/qgeocodereplyosm.o .obj/qgeoroutingmanagerengineosm.o .obj/qgeoroutereplyosm.o .obj/qplacemanagerengineosm.o .obj/qplacesearchreplyosm.o .obj/qplacecategoriesreplyosm.o .obj/qgeotiledmaposm.o .obj/qgeofiletilecacheosm.o .obj/qgeotileproviderosm.o .obj/moc_qgeoserviceproviderpluginosm.o .obj/moc_qgeotiledmappingmanagerengineosm.o .obj/moc_qgeotilefetcherosm.o .obj/moc_qgeomapreplyosm.o .obj/moc_qgeocodingmanagerengineosm.o .obj/moc_qgeocodereplyosm.o .obj/moc_qgeoroutingmanagerengineosm.o .obj/moc_qgeoroutereplyosm.o .obj/moc_qplacemanagerengineosm.o .obj/moc_qplacesearchreplyosm.o .obj/moc_qplacecategoriesreplyosm.o .obj/moc_qgeotiledmaposm.o .obj/moc_qgeofiletilecacheosm.o .obj/moc_qgeotileproviderosm.o
ranlib ../../../../plugins/geoservices/libqtgeoservices_osm.a
make[4]: Leaving directory '/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/x64-linux-dbg/src/plugins/geoservices/osm'
rm -f ../../../../plugins/geoservices/libqtgeoservices_nokia.a
ar qc ../../../../plugins/geoservices/libqtgeoservices_nokia.a .obj/qgeocodereply_nokia.o .obj/qgeocodejsonparser.o .obj/qgeocodingmanagerengine_nokia.o .obj/qgeotiledmappingmanagerengine_nokia.o .obj/qgeotilefetcher_nokia.o .obj/qgeomapreply_nokia.o .obj/qgeoroutereply_nokia.o .obj/qgeoroutexmlparser.o .obj/qgeoroutingmanagerengine_nokia.o .obj/qgeoserviceproviderplugin_nokia.o .obj/qgeointrinsicnetworkaccessmanager.o .obj/qgeouriprovider.o .obj/uri_constants.o .obj/qgeoerror_messages.o .obj/qgeomapversion.o .obj/qgeotiledmap_nokia.o .obj/qgeofiletilecachenokia.o .obj/qplacemanagerengine_nokiav2.o .obj/qplacecategoriesreplyhere.o .obj/qplacecontentreplyimpl.o .obj/qplacedetailsreplyimpl.o .obj/qplaceidreplyimpl.o .obj/qplacesearchreplyhere.o .obj/qplacesearchsuggestionreplyimpl.o .obj/jsonparserhelpers.o .obj/qtgeoservices_nokia_plugin_resources.o .obj/qrc_nokia.o .obj/moc_qgeocodereply_nokia.o .obj/moc_qgeocodejsonparser.o .obj/moc_qgeocodingmanagerengine_nokia.o .obj/moc_qgeotiledmappingmanagerengine_nokia.o .obj/moc_qgeotilefetcher_nokia.o .obj/moc_qgeomapreply_nokia.o .obj/moc_qgeoroutereply_nokia.o .obj/moc_qgeoroutexmlparser.o .obj/moc_qgeoroutingmanagerengine_nokia.o .obj/moc_qgeoserviceproviderplugin_nokia.o .obj/moc_qgeonetworkaccessmanager.o .obj/moc_qgeouriprovider.o .obj/moc_qgeotiledmap_nokia.o .obj/moc_qgeofiletilecachenokia.o .obj/moc_qplacemanagerengine_nokiav2.o .obj/moc_qplacecategoriesreplyhere.o .obj/moc_qplacecontentreplyimpl.o .obj/moc_qplacedetailsreplyimpl.o .obj/moc_qplaceidreplyimpl.o .obj/moc_qplacesearchreplyhere.o .obj/moc_qplacesearchsuggestionreplyimpl.o
ranlib ../../../../plugins/geoservices/libqtgeoservices_nokia.a
make[4]: Leaving directory '/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/x64-linux-dbg/src/plugins/geoservices/nokia'
make[3]: Leaving directory '/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/x64-linux-dbg/src/plugins/geoservices'
make[2]: Leaving directory '/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/x64-linux-dbg/src/plugins'
make[1]: Leaving directory '/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/x64-linux-dbg/src'
@jimwang118 jimwang118 added the category:port-bug The issue is with a library, which is something the port should already support label Dec 12, 2024
@jimwang118
Copy link
Contributor

The issue has been reproduced locally.

@jimwang118 jimwang118 linked a pull request Dec 13, 2024 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants