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

lastest commit doesn't build #5760

Closed
alekgr opened this issue Apr 26, 2024 · 9 comments
Closed

lastest commit doesn't build #5760

alekgr opened this issue Apr 26, 2024 · 9 comments
Labels
bug Something isn't working

Comments

@alekgr
Copy link

alekgr commented Apr 26, 2024

Hyprland Version

System/Version info
<Paste the output of the command here>

Bug or Regression?

Bug

Description

udis86| CMake configuration: SUCCEEDED
udis86| CMake project udis86 has 3 build targets.
udis86| Generated Meson AST: /home/alek/.cache/paru/clone/hyprland-git/src/Hyprland/build/subprojects/udis86/meson.build
udis86| Project name: udis86
udis86| Project version: undefined
udis86| C compiler for the host machine: cc (gcc 13.2.1 "cc (GCC) 13.2.1 20230801")
udis86| C linker for the host machine: cc ld.bfd 2.42.0
udis86| Build targets in project: 138
udis86| Subproject udis86 finished.

Library execinfo found: NO
Found CMake: /usr/bin/cmake (3.29.2)
Run-time dependency epoll-shim found: NO (tried pkgconfig and cmake)
WARNING: You should add the boolean check kwarg to the run_command call.
It currently defaults to false,
but it will default to true in future releases of meson.
See also: mesonbuild/meson#9300
Dependency wayland-protocols found: YES 1.35 (cached)
Run-time dependency hyprland-protocols found: NO (tried pkgconfig and cmake)
Looking for a fallback subproject for the dependency hyprland-protocols

Executing subproject hyprland-protocols

hyprland-protocols| Project name: hyprland-protocols
hyprland-protocols| Project version: 0.2
hyprland-protocols| Configuring hyprland-protocols.pc using configuration
hyprland-protocols| Build targets in project: 138
hyprland-protocols| Subproject hyprland-protocols finished.

Dependency hyprland-protocols found: YES 0.2 (overridden)
Dependency wayland-scanner found: YES 1.22.0 (cached)
Program /usr/bin/wayland-scanner found: YES (/usr/bin/wayland-scanner)
Build-time dependency hyprwayland-scanner found: YES 0.3.2
Program /usr/bin/hyprwayland-scanner found: YES (/usr/bin/hyprwayland-scanner)

protocols/meson.build:63:18: ERROR: File pointer-constraints-unstable-v1.xml does not exist.

A full log can be found at /home/alek/.cache/paru/clone/hyprland-git/src/Hyprland/build/meson-logs/meson-log.txt
==> ERROR: A failure occurred in build().
Aborting...
error: failed to build 'hyprland-git-0.38.0.r105.582d6233-1':
error: packages failed to build: hyprland-git-0.38.0.r105.582d6233-1

How to reproduce

looks like it is missing pointer-constraints-unstable-v1.xml

Crash reports, logs, images, videos

No response

@alekgr alekgr added the bug Something isn't working label Apr 26, 2024
@alexandru0-dev
Copy link

+1

@max-niederman
Copy link

Same issue here.

@raininja
Copy link

I am wondering about this new dependency upon epoll-shim

@Agent00Ming
Copy link
Contributor

Agent00Ming commented Apr 27, 2024

I am wondering about this new dependency upon epoll-shim

It isn't new and it's for the BSD bros. (You don't need it on linux)

@raininja
Copy link

raininja commented Apr 27, 2024

It isn't new and it's for the BSD bros. (You don't need it on linux)

After creating a PKGBUILD and installing it, I've realized that Linux users do not need this -_-

@use-the-fork
Copy link

Same issue here.

@gksudolol
Copy link

It isn't new and it's for the BSD bros. (You don't need it on linux)

After creating a PKGBUILD and installing it, I've realized that Linux users do not need this -_-

I was in the middle of writing an ebuild and I saw this haha!

@vaxerski
Copy link
Member

I know, fixed

@vaxerski
Copy link
Member

for future reference dont use meson we always prefer cmake (meson is just there because fuf prefers it for nix for whatever reason)

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

8 participants