Hyprland: AUR: build is broken
I’m getting this when trying to update hyprland-git from the AUR
cmake --build ./build --config Release --target all -j12
ninja: error: '/home/x/.cache/yay/hyprland-git/src/hyprland/subprojects/udis86/build/libudis86/liblibudis86.a', needed by 'Hyprland', missing and no known rule to make it
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 28 (16 by maintainers)
Until it’s fix, change the build() block of the PKGBUILD to
It builds just fine for me with those two installed and changing the PKGBUILD using this:
fixed
This bug is relevant for me on hyprland aur package (not hyprland-git)
@vaxerski Could you also bump
pkgrel
in https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=hyprland as you did for the.SRCINFO
please? Bumpingpkgrel
on the latter while not doing on the former means that AUR helpers are seeing a-2
revision available, but are still building a-1
if user don’t manually edit the PKGBUILD, resulting in the AUR helper wanting to update hyprland on every run.Also, I randomly bumped into https://github.com/hyprwm/aur which seemed to be a good idea considering there’s no way for non-maintainers to submit patches on AUR, but I guess it was too painful to maintain this on different places at the same time?
PSA: The -git package got broken another time (wlroots dep update) and now it has a hard depend on
libdisplay-info
(AUR) andlibliftoff
. PKGBUILD needs no change to build, but you need those two.Atleast it aint a
Intel(R) Core(TM) i3-3110M CPU @ 2.40GHz
, idk why i still have this relicEverybody seems to have more than 10 cores these days, i’m still seeing
-j4