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

No cdts + traversaro's stuff #289

Closed
wants to merge 30 commits into from
Closed

Conversation

hmaarrfk
Copy link
Contributor

Checklist

  • Used a personal fork of the feedstock to propose changes
  • Bumped the build number (if the version is unchanged)
  • Reset the build number to 0 (if the version changed)
  • Re-rendered with the latest conda-smithy (Use the phrase @conda-forge-admin, please rerender in a comment in this PR for automated rerendering)
  • Ensured the license file is being packaged.

regro-cf-autotick-bot and others added 27 commits July 19, 2024 16:33
@conda-forge-webservices
Copy link
Contributor

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe/meta.yaml) and found it was in an excellent condition.

@traversaro
Copy link
Contributor

Yes another mapbox-gl-native failure:

2024-09-17T05:34:24.9422583Z $SRC_DIR/qt-build/qtbase/bin/moc .moc/moc_qgeoroutingmanagerengineosm.cpp
2024-09-17T05:34:43.6840819Z In file included from /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/image.hpp:4,
2024-09-17T05:34:43.6843826Z                  from /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/platform/qt/src/qt_image.cpp:1:
2024-09-17T05:34:43.6844749Z /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:9:24: 2024-09-17T05:34:24.9422583Z $SRC_DIR/qt-build/qtbase/bin/moc .moc/moc_qgeoroutingmanagerengineosm.cpp
2024-09-17T05:34:43.6840819Z In file included from /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/image.hpp:4,
2024-09-17T05:34:43.6843826Z                  from /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/platform/qt/src/qt_image.cpp:1:
2024-09-17T05:34:43.6844749Z /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:9:24: error: found ':' in nested-name-specifier, expected '::'
2024-09-17T05:34:43.6845687Z     9 | enum class FeatureType : uint8_t {
2024-09-17T05:34:43.6845988Z       |                        ^
2024-09-17T05:34:43.6846284Z       |                        ::
2024-09-17T05:34:43.6846987Z /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:9:12: error: 'FeatureType' has not been declared
2024-09-17T05:34:43.6847468Z     9 | enum class FeatureType : uint8_t {
2024-09-17T05:34:43.6876043Z       |            ^~~~~~~~~~~
2024-09-17T05:34:43.6876855Z /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:9:34: error: expected unqualified-id before '{' token
2024-09-17T05:34:43.6877380Z     9 | enum class FeatureType : uint8_t {
2024-09-17T05:34:43.6881635Z       |                                  ^
2024-09-17T05:34:43.6882531Z /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:47:5: error: 'FeatureType' does not name a type; did you mean 'ToFeatureType'?
2024-09-17T05:34:43.6883452Z    47 |     FeatureType operator()(const Point<T> &) const { return FeatureType::Point; }
2024-09-17T05:34:43.6883834Z       |     ^~~~~~~~~~~
2024-09-17T05:34:43.6884127Z       |     ToFeatureType
2024-09-17T05:34:43.6884933Z /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:49:5: error: 'FeatureType' does not name a type; did you mean 'ToFeatureType'?
2024-09-17T05:34:43.6885509Z    49 |     FeatureType operator()(const MultiPoint<T> &) const { return FeatureType::Point; }
2024-09-17T05:34:43.6900163Z       |     ^~~~~~~~~~~
2024-09-17T05:34:43.6900649Z       |     ToFeatureType
2024-09-17T05:34:43.6901457Z /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:51:5: error: 'FeatureType' does not name a type; did you mean 'ToFeatureType'?
2024-09-17T05:34:43.6902074Z    51 |     FeatureType operator()(const LineString<T> &) const { return FeatureType::LineString; }
2024-09-17T05:34:43.6902453Z       |     ^~~~~~~~~~~
2024-09-17T05:34:43.6902742Z       |     ToFeatureType
2024-09-17T05:34:43.6903502Z /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:53:5: error: 'FeatureType' does not name a type; did you mean 'ToFeatureType'?
2024-09-17T05:34:43.6904085Z    53 |     FeatureType operator()(const MultiLineString<T> &) const { return FeatureType::LineString; }
2024-09-17T05:34:43.6904469Z       |     ^~~~~~~~~~~
2024-09-17T05:34:43.6904758Z       |     ToFeatureType
2024-09-17T05:34:43.6905466Z /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:55:5: error: 'FeatureType' does not name a type; did you mean 'ToFeatureType'?
2024-09-17T05:34:43.6906037Z    55 |     FeatureType operator()(const Polygon<T> &) const { return FeatureType::Polygon; }
2024-09-17T05:34:43.6906409Z       |     ^~~~~~~~~~~
2024-09-17T05:34:43.6906695Z       |     ToFeatureType
2024-09-17T05:34:43.6919163Z /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:57:5: error: 'FeatureType' does not name a type; did you mean 'ToFeatureType'?
2024-09-17T05:34:43.6924756Z    57 |     FeatureType operator()(const MultiPolygon<T> &) const { return FeatureType::Polygon; }
2024-09-17T05:34:43.6928136Z       |     ^~~~~~~~~~~
2024-09-17T05:34:43.6928583Z       |     ToFeatureType
2024-09-17T05:34:43.6929380Z /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:59:5: error: 'FeatureType' does not name a type; did you mean 'ToFeatureType'?
2024-09-17T05:34:43.6930707Z    59 |     FeatureType operator()(const mapbox::geometry::geometry_collection<T> &) const { return FeatureType::Unknown; }
2024-09-17T05:34:43.6932323Z       |     ^~~~~~~~~~~
2024-09-17T05:34:43.6932660Z       |     ToFeatureType
2024-09-17T05:34:44.5931212Z make[5]: *** [Makefile:6199: .obj/platform/qt/src/qt_image.o] Error 1
2024-09-17T05:34:44.5954489Z make[4]: *** [Makefile:203: sub-------3rdparty-mapbox-gl-native-make_first] Error 2
2024-09-17T05:34:44.5972433Z make[4]: *** Waiting for unfinished jobs....
2024-09-17T05:34:43.6845687Z     9 | enum class FeatureType : uint8_t {
2024-09-17T05:34:43.6845988Z       |                        ^
2024-09-17T05:34:43.6846284Z       |                        ::
2024-09-17T05:34:43.6846987Z /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:9:12: error: 'FeatureType' has not been declared
2024-09-17T05:34:43.6847468Z     9 | enum class FeatureType : uint8_t {
2024-09-17T05:34:43.6876043Z       |            ^~~~~~~~~~~
2024-09-17T05:34:43.6876855Z /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:9:34: error: expected unqualified-id before '{' token
2024-09-17T05:34:43.6877380Z     9 | enum class FeatureType : uint8_t {
2024-09-17T05:34:43.6881635Z       |                                  ^
2024-09-17T05:34:43.6882531Z /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:47:5: error: 'FeatureType' does not name a type; did you mean 'ToFeatureType'?
2024-09-17T05:34:43.6883452Z    47 |     FeatureType operator()(const Point<T> &) const { return FeatureType::Point; }
2024-09-17T05:34:43.6883834Z       |     ^~~~~~~~~~~
2024-09-17T05:34:43.6884127Z       |     ToFeatureType
2024-09-17T05:34:43.6884933Z /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:49:5: error: 'FeatureType' does not name a type; did you mean 'ToFeatureType'?
2024-09-17T05:34:43.6885509Z    49 |     FeatureType operator()(const MultiPoint<T> &) const { return FeatureType::Point; }
2024-09-17T05:34:43.6900163Z       |     ^~~~~~~~~~~
2024-09-17T05:34:43.6900649Z       |     ToFeatureType
2024-09-17T05:34:43.6901457Z /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:51:5: error: 'FeatureType' does not name a type; did you mean 'ToFeatureType'?
2024-09-17T05:34:43.6902074Z    51 |     FeatureType operator()(const LineString<T> &) const { return FeatureType::LineString; }
2024-09-17T05:34:43.6902453Z       |     ^~~~~~~~~~~
2024-09-17T05:34:43.6902742Z       |     ToFeatureType
2024-09-17T05:34:43.6903502Z /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:53:5: error: 'FeatureType' does not name a type; did you mean 'ToFeatureType'?
2024-09-17T05:34:43.6904085Z    53 |     FeatureType operator()(const MultiLineString<T> &) const { return FeatureType::LineString; }
2024-09-17T05:34:43.6904469Z       |     ^~~~~~~~~~~
2024-09-17T05:34:43.6904758Z       |     ToFeatureType
2024-09-17T05:34:43.6905466Z /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:55:5: error: 'FeatureType' does not name a type; did you mean 'ToFeatureType'?
2024-09-17T05:34:43.6906037Z    55 |     FeatureType operator()(const Polygon<T> &) const { return FeatureType::Polygon; }
2024-09-17T05:34:43.6906409Z       |     ^~~~~~~~~~~
2024-09-17T05:34:43.6906695Z       |     ToFeatureType
2024-09-17T05:34:43.6919163Z /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:57:5: error: 'FeatureType' does not name a type; did you mean 'ToFeatureType'?
2024-09-17T05:34:43.6924756Z    57 |     FeatureType operator()(const MultiPolygon<T> &) const { return FeatureType::Polygon; }
2024-09-17T05:34:43.6928136Z       |     ^~~~~~~~~~~
2024-09-17T05:34:43.6928583Z       |     ToFeatureType
2024-09-17T05:34:43.6929380Z /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:59:5: error: 'FeatureType' does not name a type; did you mean 'ToFeatureType'?
2024-09-17T05:34:43.6930707Z    59 |     FeatureType operator()(const mapbox::geometry::geometry_collection<T> &) const { return FeatureType::Unknown; }
2024-09-17T05:34:43.6932323Z       |     ^~~~~~~~~~~
2024-09-17T05:34:43.6932660Z       |     ToFeatureType
2024-09-17T05:34:44.5931212Z make[5]: *** [Makefile:6199: .obj/platform/qt/src/qt_image.o] Error 1
2024-09-17T05:34:44.5954489Z make[4]: *** [Makefile:203: sub-------3rdparty-mapbox-gl-native-make_first] Error 2
2024-09-17T05:34:44.5972433Z make[4]: *** Waiting for unfinished jobs....

Seems related to mapbox/mapbox-gl-native#16672 .

@traversaro
Copy link
Contributor

Yes another mapbox-gl-native failure:

2024-09-17T05:34:24.9422583Z $SRC_DIR/qt-build/qtbase/bin/moc .moc/moc_qgeoroutingmanagerengineosm.cpp
2024-09-17T05:34:43.6840819Z In file included from /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/image.hpp:4,
2024-09-17T05:34:43.6843826Z                  from /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/platform/qt/src/qt_image.cpp:1:
2024-09-17T05:34:43.6844749Z /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:9:24: 2024-09-17T05:34:24.9422583Z $SRC_DIR/qt-build/qtbase/bin/moc .moc/moc_qgeoroutingmanagerengineosm.cpp
2024-09-17T05:34:43.6840819Z In file included from /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/image.hpp:4,
2024-09-17T05:34:43.6843826Z                  from /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/platform/qt/src/qt_image.cpp:1:
2024-09-17T05:34:43.6844749Z /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:9:24: error: found ':' in nested-name-specifier, expected '::'
2024-09-17T05:34:43.6845687Z     9 | enum class FeatureType : uint8_t {
2024-09-17T05:34:43.6845988Z       |                        ^
2024-09-17T05:34:43.6846284Z       |                        ::
2024-09-17T05:34:43.6846987Z /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:9:12: error: 'FeatureType' has not been declared
2024-09-17T05:34:43.6847468Z     9 | enum class FeatureType : uint8_t {
2024-09-17T05:34:43.6876043Z       |            ^~~~~~~~~~~
2024-09-17T05:34:43.6876855Z /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:9:34: error: expected unqualified-id before '{' token
2024-09-17T05:34:43.6877380Z     9 | enum class FeatureType : uint8_t {
2024-09-17T05:34:43.6881635Z       |                                  ^
2024-09-17T05:34:43.6882531Z /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:47:5: error: 'FeatureType' does not name a type; did you mean 'ToFeatureType'?
2024-09-17T05:34:43.6883452Z    47 |     FeatureType operator()(const Point<T> &) const { return FeatureType::Point; }
2024-09-17T05:34:43.6883834Z       |     ^~~~~~~~~~~
2024-09-17T05:34:43.6884127Z       |     ToFeatureType
2024-09-17T05:34:43.6884933Z /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:49:5: error: 'FeatureType' does not name a type; did you mean 'ToFeatureType'?
2024-09-17T05:34:43.6885509Z    49 |     FeatureType operator()(const MultiPoint<T> &) const { return FeatureType::Point; }
2024-09-17T05:34:43.6900163Z       |     ^~~~~~~~~~~
2024-09-17T05:34:43.6900649Z       |     ToFeatureType
2024-09-17T05:34:43.6901457Z /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:51:5: error: 'FeatureType' does not name a type; did you mean 'ToFeatureType'?
2024-09-17T05:34:43.6902074Z    51 |     FeatureType operator()(const LineString<T> &) const { return FeatureType::LineString; }
2024-09-17T05:34:43.6902453Z       |     ^~~~~~~~~~~
2024-09-17T05:34:43.6902742Z       |     ToFeatureType
2024-09-17T05:34:43.6903502Z /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:53:5: error: 'FeatureType' does not name a type; did you mean 'ToFeatureType'?
2024-09-17T05:34:43.6904085Z    53 |     FeatureType operator()(const MultiLineString<T> &) const { return FeatureType::LineString; }
2024-09-17T05:34:43.6904469Z       |     ^~~~~~~~~~~
2024-09-17T05:34:43.6904758Z       |     ToFeatureType
2024-09-17T05:34:43.6905466Z /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:55:5: error: 'FeatureType' does not name a type; did you mean 'ToFeatureType'?
2024-09-17T05:34:43.6906037Z    55 |     FeatureType operator()(const Polygon<T> &) const { return FeatureType::Polygon; }
2024-09-17T05:34:43.6906409Z       |     ^~~~~~~~~~~
2024-09-17T05:34:43.6906695Z       |     ToFeatureType
2024-09-17T05:34:43.6919163Z /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:57:5: error: 'FeatureType' does not name a type; did you mean 'ToFeatureType'?
2024-09-17T05:34:43.6924756Z    57 |     FeatureType operator()(const MultiPolygon<T> &) const { return FeatureType::Polygon; }
2024-09-17T05:34:43.6928136Z       |     ^~~~~~~~~~~
2024-09-17T05:34:43.6928583Z       |     ToFeatureType
2024-09-17T05:34:43.6929380Z /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:59:5: error: 'FeatureType' does not name a type; did you mean 'ToFeatureType'?
2024-09-17T05:34:43.6930707Z    59 |     FeatureType operator()(const mapbox::geometry::geometry_collection<T> &) const { return FeatureType::Unknown; }
2024-09-17T05:34:43.6932323Z       |     ^~~~~~~~~~~
2024-09-17T05:34:43.6932660Z       |     ToFeatureType
2024-09-17T05:34:44.5931212Z make[5]: *** [Makefile:6199: .obj/platform/qt/src/qt_image.o] Error 1
2024-09-17T05:34:44.5954489Z make[4]: *** [Makefile:203: sub-------3rdparty-mapbox-gl-native-make_first] Error 2
2024-09-17T05:34:44.5972433Z make[4]: *** Waiting for unfinished jobs....
2024-09-17T05:34:43.6845687Z     9 | enum class FeatureType : uint8_t {
2024-09-17T05:34:43.6845988Z       |                        ^
2024-09-17T05:34:43.6846284Z       |                        ::
2024-09-17T05:34:43.6846987Z /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:9:12: error: 'FeatureType' has not been declared
2024-09-17T05:34:43.6847468Z     9 | enum class FeatureType : uint8_t {
2024-09-17T05:34:43.6876043Z       |            ^~~~~~~~~~~
2024-09-17T05:34:43.6876855Z /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:9:34: error: expected unqualified-id before '{' token
2024-09-17T05:34:43.6877380Z     9 | enum class FeatureType : uint8_t {
2024-09-17T05:34:43.6881635Z       |                                  ^
2024-09-17T05:34:43.6882531Z /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:47:5: error: 'FeatureType' does not name a type; did you mean 'ToFeatureType'?
2024-09-17T05:34:43.6883452Z    47 |     FeatureType operator()(const Point<T> &) const { return FeatureType::Point; }
2024-09-17T05:34:43.6883834Z       |     ^~~~~~~~~~~
2024-09-17T05:34:43.6884127Z       |     ToFeatureType
2024-09-17T05:34:43.6884933Z /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:49:5: error: 'FeatureType' does not name a type; did you mean 'ToFeatureType'?
2024-09-17T05:34:43.6885509Z    49 |     FeatureType operator()(const MultiPoint<T> &) const { return FeatureType::Point; }
2024-09-17T05:34:43.6900163Z       |     ^~~~~~~~~~~
2024-09-17T05:34:43.6900649Z       |     ToFeatureType
2024-09-17T05:34:43.6901457Z /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:51:5: error: 'FeatureType' does not name a type; did you mean 'ToFeatureType'?
2024-09-17T05:34:43.6902074Z    51 |     FeatureType operator()(const LineString<T> &) const { return FeatureType::LineString; }
2024-09-17T05:34:43.6902453Z       |     ^~~~~~~~~~~
2024-09-17T05:34:43.6902742Z       |     ToFeatureType
2024-09-17T05:34:43.6903502Z /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:53:5: error: 'FeatureType' does not name a type; did you mean 'ToFeatureType'?
2024-09-17T05:34:43.6904085Z    53 |     FeatureType operator()(const MultiLineString<T> &) const { return FeatureType::LineString; }
2024-09-17T05:34:43.6904469Z       |     ^~~~~~~~~~~
2024-09-17T05:34:43.6904758Z       |     ToFeatureType
2024-09-17T05:34:43.6905466Z /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:55:5: error: 'FeatureType' does not name a type; did you mean 'ToFeatureType'?
2024-09-17T05:34:43.6906037Z    55 |     FeatureType operator()(const Polygon<T> &) const { return FeatureType::Polygon; }
2024-09-17T05:34:43.6906409Z       |     ^~~~~~~~~~~
2024-09-17T05:34:43.6906695Z       |     ToFeatureType
2024-09-17T05:34:43.6919163Z /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:57:5: error: 'FeatureType' does not name a type; did you mean 'ToFeatureType'?
2024-09-17T05:34:43.6924756Z    57 |     FeatureType operator()(const MultiPolygon<T> &) const { return FeatureType::Polygon; }
2024-09-17T05:34:43.6928136Z       |     ^~~~~~~~~~~
2024-09-17T05:34:43.6928583Z       |     ToFeatureType
2024-09-17T05:34:43.6929380Z /home/conda/feedstock_root/build_artifacts/qt-main_1726540479521/work/qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp:59:5: error: 'FeatureType' does not name a type; did you mean 'ToFeatureType'?
2024-09-17T05:34:43.6930707Z    59 |     FeatureType operator()(const mapbox::geometry::geometry_collection<T> &) const { return FeatureType::Unknown; }
2024-09-17T05:34:43.6932323Z       |     ^~~~~~~~~~~
2024-09-17T05:34:43.6932660Z       |     ToFeatureType
2024-09-17T05:34:44.5931212Z make[5]: *** [Makefile:6199: .obj/platform/qt/src/qt_image.o] Error 1
2024-09-17T05:34:44.5954489Z make[4]: *** [Makefile:203: sub-------3rdparty-mapbox-gl-native-make_first] Error 2
2024-09-17T05:34:44.5972433Z make[4]: *** Waiting for unfinished jobs....

Seems related to mapbox/mapbox-gl-native#16672 .

Looking at https://sources.debian.org/patches/qtlocation-opensource-src/5.15.13+dfsg-2/ it seems that https://sources.debian.org/data/main/q/qtlocation-opensource-src/5.15.13%2Bdfsg-2/debian/patches/gcc_13.diff could be useful in fixing this.

@hmaarrfk
Copy link
Contributor Author

Nice this seems to compile finally:

~/git/feedstocks/qt-main-feedstock [no_cdts|✔]
mark@XXXXXXXX $ ls build_artifacts/linux-64/
current_repodata.json  index.html  qt-main-5.15.8-h9a4dd46_25.conda  repodata_from_packages.json  repodata.json

linux64.log.zip

I still need to sift through this to ensure we have feature parity, but this is a good sign!!!

@hmaarrfk hmaarrfk closed this Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants