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

Latest commit fails to build #3949

Closed
paru-de opened this issue Nov 25, 2023 · 0 comments · Fixed by #3950
Closed

Latest commit fails to build #3949

paru-de opened this issue Nov 25, 2023 · 0 comments · Fixed by #3950
Labels
bug Something isn't working

Comments

@paru-de
Copy link

paru-de commented Nov 25, 2023

Hyprland Version

Hyprland, built from branch main at commit e40e486 dirty (renderer: better checks for special rendering in renderWorkspaceWindows). Tag: v0.32.3-50-ge40e486f flags: (if any) debug

Bug or Regression?

Bug

Description

On Arch (6.6.2-arch1-1), while trying to update hyprland-git from 0.32.3.r50.e40e486f-1 to latest-commit, the build fails with the following error:

[...]
patching file include/meson.build
patching file include/wlr/meson.build
patching file meson.build
Hunk #1 FAILED at 15.
1 out of 1 hunk FAILED -- saving rejects to file meson.build.rej
==> ERROR: A failure occurred in prepare().

The mentioned meson.build.rej (in ~/.cache/yay/hyprland-git/src/Hyprland/subprojects/wlroots):

--- meson.build
+++ meson.build
@@ -15,7 +15,7 @@ project(
 # necessary for bugfix releases. Increasing soversion is required because
 # wlroots never guarantees ABI stability -- only API stability is guaranteed
 # between minor releases.
-soversion = 12
+soversion = 12032
 
 little_endian = target_machine.endian() == 'little'
 big_endian = target_machine.endian() == 'big'

According to the aur maintainter, this is might be an issue with subprojects/packagefiles/wlroots-meson-build.patch.

How to reproduce

Attempt to update hyprland-git on Arch with yay --devel

Crash reports, logs, images, videos

No response

@paru-de paru-de added the bug Something isn't working label Nov 25, 2023
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

Successfully merging a pull request may close this issue.

1 participant