pchome / proton-gentoo-overlay

Experimental ebuild repository for Proton
7 stars 1 forks source link

patch fails... #3

Open hedmo opened 4 years ago

hedmo commented 4 years ago

hi here is the out put of emerge :

Preparing source in /var/tmp/portage/app-emulation/dxvk-module-9999/work/dxvk-module-9999 ...

  • Applying install-each-lib-in-subdir.patch ... [ ok ]
  • Applying ddraw-stub.patch ... [ ok ]
  • Applying dxvk-hud-and-vr-options.patch ... 3 out of 3 hunks FAILED -- saving rejects to file src/dxvk/dxvk_instance.cpp.rej 1 out of 1 hunk FAILED -- saving rejects to file src/dxvk/dxvk_instance.h.rej 1 out of 3 hunks FAILED -- saving rejects to file src/dxvk/meson.build.rej [ !! ]
  • ERROR: app-emulation/dxvk-module-9999::proton failed (prepare phase):
  • patch -p1 failed with /var/tmp/portage/app-emulation/dxvk-module-9999/files/dxvk-hud-and-vr-options.patch
  • Call stack:
  • ebuild.sh, line 125: Called src_prepare
  • environment, line 3082: Called default
  • phase-functions.sh, line 872: Called default_src_prepare
  • phase-functions.sh, line 937: Called __eapi6_src_prepare
  • environment, line 216: Called eapply '/var/tmp/portage/app-emulation/dxvk-module-9999/files/install-each-lib-in-subdir.patch' '/var/tmp/portage/app-emulation/dxvk-module-9999/files/ddraw-stub.patch' '/var/tmp/portage/app-emulation/dxvk-module-9999/files/dxvk-hud-and-vr-options.patch'
  • environment, line 846: Called _eapply_patch '/var/tmp/portage/app-emulation/dxvk-module-9999/files/dxvk-hud-and-vr-options.patch'
  • environment, line 784: Called __helpers_die 'patch -p1 failed with /var/tmp/portage/app-emulation/dxvk-module-9999/files/dxvk-hud-and-vr-options.patch'
  • isolated-functions.sh, line 112: Called die
  • The specific snippet of code:
  • die "$@"
  • If you need support, post the output of emerge --info '=app-emulation/dxvk-module-9999::proton',
  • the complete build log and the output of emerge -pqv '=app-emulation/dxvk-module-9999::proton'.
  • The complete build log is located at '/var/tmp/portage/app-emulation/dxvk-module-9999/temp/build.log'.
  • The ebuild environment file is located at '/var/tmp/portage/app-emulation/dxvk-module-9999/temp/environment'.
  • Working directory: '/var/tmp/portage/app-emulation/dxvk-module-9999/work/dxvk-module-9999'
  • S: '/var/tmp/portage/app-emulation/dxvk-module-9999/work/dxvk-module-9999'

Failed to emerge app-emulation/dxvk-module-9999, Log file:

hedmo commented 4 years ago

hi again pchome.i wont create a new issue so i post in this issue.i really like your proton ebuilds for gentoo and like to contribute as mush as i can. i have copied your ebuilds to my git and modified them to 9999,modified the patches as good as i can but they have some fuzz...the main problem i have is the dxvk-module.i have tried to remove the dxvk-hud-and-vr-options.patch.it compiles fine but when i run a game i am getting a black screen with sound.i can emerge your dxvk-module,manually compile dxvk from git and copy the files into wine-modules/dxvk to make it work but for now i have modified the dxvk from tastytea's repository . here is my git https://github.com/hedmo/hedmos-overlay

regards hedmo

pchome commented 4 years ago

This repo is a graveyard. I recommend you to use

hedmo commented 4 years ago

This repo is a graveyard. I recommend you to use

  • DXVK_NO_VR=1 inplace of VR patch
  • keep HUD, sometimes it useful
  • build D*VK with exact major version of Wine/Proton (eselect wine list)

pchome that is really too sad to hear.why do you say it is a graveyard?.is it pointless to maintain/update it for some reason.i really liked this proton build for gentoo.as far as i know,this is the only proton build/ebuilds for gentoo that has been working. i have been running it for quite some time now and have to say it was working flawless until the dxvk-1.4.4 got stable.is it possible for you to check the dxvk-module-9999.ebuild why it does not work(black screen when launching games)

regards hedmo