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

Hyprland v0.47.2's flake does not build #9470

Open
2 of 6 tasks
Octelly opened this issue Feb 23, 2025 · 2 comments
Open
2 of 6 tasks

Hyprland v0.47.2's flake does not build #9470

Octelly opened this issue Feb 23, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@Octelly
Copy link

Octelly commented Feb 23, 2025

Already reported ? *

  • I have searched the existing open and closed issues.

Regression?

I don't know, I started using Hyprland only recently

System Info and Hyprland Version

System/Version info

n/a

Description

Hyprland does not build.
/nix/store/7sh86dn00w3f4nang9cbl6xj299b0y21-hyprutils-0.4.0+date=2025-01-24_fb0c2d1-dev/include/hyprutils/animation/AnimatedVariable.hpp:145:39: note:   candidate expects 1 argument, 2 provided
../src/managers/AnimationManager.cpp: In instantiation of 'void updateVariable(CAnimatedVariable<VarType>&, float, bool) [with VarType = Hyprutils::Math::Vector2D; CAnimatedVariable<VarType> = Hyprutils::Animation>
../src/managers/AnimationManager.cpp:156:32:   required from 'void handleUpdate(CAnimatedVariable<VarType>&, bool) [with VarType = Hyprutils::Math::Vector2D; CAnimatedVariable<VarType> = Hyprutils::Animation::CGen>
  156 |         updateVariable<VarType>(av, POINTY, WARP);
      |         ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
../src/managers/AnimationManager.cpp:238:29:   required from here
  238 |                 handleUpdate(*pTypedAV, warp);
      |                 ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
../src/managers/AnimationManager.cpp:46:16: error: no matching function for call to 'Hyprutils::Animation::CGenericAnimatedVariable<Hyprutils::Math::Vector2D, SAnimationContext>::warp(bool, bool)'
   46 |         av.warp(true, false);
      |         ~~~~~~~^~~~~~~~~~~~~
/nix/store/7sh86dn00w3f4nang9cbl6xj299b0y21-hyprutils-0.4.0+date=2025-01-24_fb0c2d1-dev/include/hyprutils/animation/AnimatedVariable.hpp:145:39: note: candidate: 'void Hyprutils::Animation::CGenericAnimatedVariabl>
  145 |             virtual void              warp(bool endCallback = true) {
      |                                       ^~~~

How to reproduce

  1. Have a NixOS system
  2. Run nix run github:hyprwm/Hyprland/v0.47.2#hyprland-debug in a terminal
  3. Get failed build

Attach not paste

  • I understand that all text files must be attached, and not pasted directly. If not respected, this issue will likely get closed as spam

Checklist of files to include below

  • Hyprland config - hyprctl systeminfo -c (always include)
  • Crash report (always include in case of crash)
  • Video (always include in case of a visual bug)
  • Logs (might contain useful info such as errors)

Additional info & File uploads

n/a

@Octelly Octelly added the bug Something isn't working label Feb 23, 2025
Octelly added a commit to OwO-Digital/nixos-config that referenced this issue Feb 23, 2025
@fufexan
Copy link
Member

fufexan commented Feb 23, 2025

Seems the release was cut while CI was failing.

I've fixed this in the release branch. Try v0.47.2-b.

@Octelly
Copy link
Author

Octelly commented Feb 24, 2025

Sorry for not following up on this. I only reported this issue as I share a Nix flake with @Aproxia-dev and encountered this issue while trying to rebuild.

The -b branch did not seem to help and Emi also apparently tried to use the same input which you use in your flakes, but I lack the information to elaborate.

Not sure if Emi's going to have the time to deal with this at the moment though :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants