You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- 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)
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
Package: qt5-location:[email protected]
Host Environment
vcpkg-scripts version: unknown
To Reproduce
vcpkg install qt5-location
Failure logs
/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/package-build-x64-linux-dbg-err.log
/home/dev/vcpkg-2024.11.16/buildtrees/qt5-location/package-build-x64-linux-dbg-out.log
The text was updated successfully, but these errors were encountered: