[Bug 289016] games/veloren-weekly: fails to build with rust 1.89.0

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 23 Aug 2025 07:33:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289016

            Bug ID: 289016
           Summary: games/veloren-weekly: fails to build with rust 1.89.0
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: jbeich@FreeBSD.org
          Reporter: mikael@FreeBSD.org
             Flags: maintainer-feedback?(jbeich@FreeBSD.org)
          Assignee: jbeich@FreeBSD.org

I'm not able to fix the following error:

error[E0391]: cycle detected when computing revealed normalized predicates of
`veloren_voxygen::scene::figure::load::BodySpec::bone_meshes::{constant#0}`
   -->
/wrkdirs/usr/ports/games/veloren-weekly/work/veloren-v0.17.0-973-gec58a04dc1/voxygen/src/scene/figure/load.rs:137:35
    |
137 |     ) -> [Option<Self::BoneMesh>; anim::MAX_BONE_COUNT];
    |                                   ^^^^^^^^^^^^^^^^^^^^
    |
note: ...which requires computing normalized predicates of
`veloren_voxygen::scene::figure::load::BodySpec::bone_meshes::{constant#0}`...
   -->
/wrkdirs/usr/ports/games/veloren-weekly/work/veloren-v0.17.0-973-gec58a04dc1/voxygen/src/scene/figure/load.rs:137:35
    |
137 |     ) -> [Option<Self::BoneMesh>; anim::MAX_BONE_COUNT];
    |                                   ^^^^^^^^^^^^^^^^^^^^
    = note: ...which again requires computing revealed normalized predicates of
`veloren_voxygen::scene::figure::load::BodySpec::bone_meshes::{constant#0}`,
completing the cycle
note: cycle used when computing normalized predicates of
`veloren_voxygen::scene::figure::load::BodySpec::bone_meshes`
   -->
/wrkdirs/usr/ports/games/veloren-weekly/work/veloren-v0.17.0-973-gec58a04dc1/voxygen/src/scene/figure/load.rs:133:5
    |
133 | /     fn bone_meshes(
134 | |         key: &FigureKey<Self>,
135 | |         manifests: &Self::Manifests,
136 | |         extra: Self::Extra,
137 | |     ) -> [Option<Self::BoneMesh>; anim::MAX_BONE_COUNT];
    | |________________________________________________________^
    = note: see https://rustc-dev-guide.rust-lang.org/overview.html#queries and
https://rustc-dev-guide.rust-lang.org/query.html for more information

-- 
You are receiving this mail because:
You are the assignee for the bug.