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

vkd3d and dxvk broken #85

Open
LunNova opened this issue Jul 12, 2023 · 2 comments · May be fixed by #86
Open

vkd3d and dxvk broken #85

LunNova opened this issue Jul 12, 2023 · 2 comments · May be fixed by #86

Comments

@LunNova
Copy link
Contributor

LunNova commented Jul 12, 2023

dxvk and vkd3d both need fetchSubmodules = true, and can't fetch source as a tar like the current npins setup requires
dxvk needs the dxvk-async version to match or to remove that patch
vkd3d on newer nixpkgs needs a version that contains HansKristian-Work/vkd3d-proton#1470

@LunNova LunNova linked a pull request Jul 12, 2023 that will close this issue
@lfdominguez
Copy link

Happen here:

error: builder for '/nix/store/ij20xf5bf30jpd0cab882r46m0f4i17k-dxvk.drv' failed with exit code 1;
       last 10 log lines:
       > 1 out of 2 hunks FAILED -- saving rejects to file src/dxvk/dxvk_graphics.cpp.rej
       > patching file src/dxvk/dxvk_graphics.h
       > Hunk #1 succeeded at 522 (offset 1 line).
       > Hunk #2 succeeded at 579 (offset 1 line).
       > patching file src/dxvk/dxvk_image.h
       > Hunk #1 succeeded at 549 (offset 2 lines).
       > Hunk #2 succeeded at 588 (offset 2 lines).
       > patching file src/dxvk/dxvk_options.cpp
       > Hunk #1 succeeded at 11 with fuzz 2 (offset 1 line).
       > patching file src/dxvk/dxvk_options.h
       For full logs, run 'nix log /nix/store/ij20xf5bf30jpd0cab882r46m0f4i17k-dxvk.drv'.

@lfdominguez
Copy link

and this for vk3d

error: builder for '/nix/store/nd04ywk22j7y991cx805k4if6is9ldk1-vkd3d-proton-v2.9.drv' failed with exit code 1;
       last 10 log lines:
       > # In parent project
       > some_dep = dependency('some')
       > executable(..., dependencies: [some_dep])
       >
       > This warning will become a hard error in a future Meson release.
       >
       >
       > meson.build:61:26: ERROR: Include dir ./subprojects/Vulkan-Headers/include does not exist.
       >
       > A full log can be found at /build/source/build/meson-logs/meson-log.txt
       For full logs, run 'nix log /nix/store/nd04ywk22j7y991cx805k4if6is9ldk1-vkd3d-proton-v2.9.drv'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants