mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[GH-ISSUE #2106] [APP BUG]: Weird build error in src/video_core/renderer_vulkan/vk_platform.cpp:402:28 #729
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#729
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @v-fox on GitHub (Jan 9, 2025).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/2106
Checklist
Describe the Bug
Tried to make a package build of latest git snapshot (20250108.65f9bbbf) and got this:
System is a rolling release with latest userspace, including vulkan-headers and vulkan-validationlayers of 1.4.304
According to commit history, this seems to relate to pretty old code introduced in
github.com/shadps4-emu/shadPS4@c01b6f8397Have no clue what it actually complains about.
Reproduction Steps
Seems like making a normal build against fresh userspace would cause it, not sure why it's not broken for everyone.
Expected Behavior
Complete the build.
Specify OS Version
openSUSE Tumbleweed
@Hermiten commented on GitHub (Jan 11, 2025):
Maybe because you use a specific Linux system, with different package not the good version. Idk, can you check if you have everything up to date ?
@v-fox commented on GitHub (Jan 11, 2025):
Tumbleweed is a rolling release, so everything should have latest stable release (sometimes unstable) unless maintainer for some package have gone missing. If you look at the link above and click on "x86_64 -> [failed]", it will show the build log, starting with list of all packages used with their versions.
@v-fox commented on GitHub (Jan 21, 2025):
As I've suspected, it was related to vulkan-headers and caused by my version being "too new", not too old: https://github.com/shadps4-emu/shadPS4/pull/2190