hyprwm / Hyprland

Hyprland is an independent, highly customizable, dynamic tiling Wayland compositor that doesn't sacrifice on its looks.
https://hyprland.org
BSD 3-Clause "New" or "Revised" License
21.68k stars 900 forks source link

Hyprpm - failed to install headers with error code 2 #7061

Closed Alleexxi closed 3 months ago

Alleexxi commented 3 months ago

Regression?

No

System Info and Version

System/Version info ```sh Hyprland, built from branch at commit 918d8340afd652b011b937d29d5eea0be08467f5 (flake.lock: update). Date: Tue Jun 25 12:06:02 2024 Tag: v0.41.2, commits: 4886 flags: (if any) System Information: System name: Linux Node name: archlinux Release: 6.10.1-arch1-1 Version: #1 SMP PREEMPT_DYNAMIC Wed, 24 Jul 2024 22:25:43 +0000 GPU information: 08:00.0 VGA compatible controller [0300]: NVIDIA Corporation GA106 [GeForce RTX 3060 Lite Hash Rate] [10de:2504] (rev a1) (prog-if 00 [VGA controller]) os-release: NAME="Arch Linux" PRETTY_NAME="Arch Linux" ID=arch BUILD_ID=rolling ANSI_COLOR="38;2;23;147;209" HOME_URL="https://archlinux.org/" DOCUMENTATION_URL="https://wiki.archlinux.org/" SUPPORT_URL="https://bbs.archlinux.org/" BUG_REPORT_URL="https://gitlab.archlinux.org/groups/archlinux/-/issues" PRIVACY_POLICY_URL="https://terms.archlinux.org/docs/privacy-policy/" LOGO=archlinux-logo plugins: ```

Description

When i do hyprpm update -v it gives me this error code:

[39/41] Generating /tmp/hyprpm/hyprland-viewmatrix/protocols/wayland.cpp, /tmp/hyprpm/hyprland-viewmatrix/protocols/wayland.hpp
[40/41] Generating /tmp/hyprpm/hyprland-viewmatrix/protocols/linux-dmabuf-v1.cpp, /tmp/hyprpm/hyprland-viewmatrix/protocols/linux-dmabuf-v1.hpp
find src -name '*.h*' -print0 | cpio --quiet -0dump /home/viewmatrix/.local/share/hyprpm/headersRoot/include/hyprland
cd subprojects/wlroots-hyprland/include/wlr && find . -name '*.h*' -print0 | cpio --quiet -0dump /home/viewmatrix/.local/share/hyprpm/headersRoot/include/hyprland/wlr && cd ../../../..
/bin/sh: line 1: cd: subprojects/wlroots-hyprland/include/wlr: No such file or directory
make: *** [Makefile:56: installheaders] Error 1

✖ failed to install headers with error code 2

How to reproduce

run hyprpm update -v

Crash reports, logs, images, videos

No response

vaxerski commented 3 months ago

6909