/var/tmp/portage/app-emulation/wine-vanilla-7.8/work/wine-7.8/dlls/wined3d/wined3d.spec:354: function 'vkd3d_shader_find_signature_element' not defined /var/tmp/portage/app-emulation/wine-vanilla-7.8/work/wine-7.8/dlls/wined3d/wined3d.spec:355: function 'vkd3d_shader_free_shader_signature' not defined /var/tmp/portage/app-emulation/wine-vanilla-7.8/work/wine-7.8/dlls/wined3d/wined3d.spec:356: function 'vkd3d_shader_preprocess' not defined winegcc: ./tools/winebuild/winebuild failed make: *** [Makefile:380098: dlls/wined3d/wined3d.dll.so] Error 2 make: *** Waiting for unfinished jobs.... * ERROR: app-emulation/wine-vanilla-7.8::gentoo failed (compile phase): ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_no_multilib-j4-20220504-020004 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-9.3.1 [2] x86_64-pc-linux-gnu-12.1.0 * clang/llvm (if any): clang version 14.0.3 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/14/bin /usr/lib/llvm/14 14.0.3 Python 3.9.12 Available Ruby profiles: [1] ruby26 (with Rubygems) [2] ruby27 (with Rubygems) [3] ruby31 (with Rubygems) * Available Rust versions: [1] rust-1.60.0 * The following VMs are available for generation-2: *) Eclipse Temurin JDK 11.0.14_p9 [openjdk-bin-11] 2) Eclipse Temurin JDK 8.322_p06 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-bin-8 [2] openjdk-bin-11 system-vm The Glorious Glasgow Haskell Compilation System, version 8.10.4 php cli: [1] php7.4 * [2] php8.0 [3] php8.1 HEAD of ::gentoo commit 8224b440be98b558b1d34bee419168fb3db2ff19 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Sun May 8 01:33:14 2022 +0000 2022-05-08 01:33:14 UTC emerge -qpvO app-emulation/wine-vanilla [ebuild NS ] app-emulation/wine-vanilla-7.8 [7.7] USE="X alsa fontconfig gecko mono nls opengl perl realtime run-exes ssl threads truetype udisks unwind xcomposite -capi -cups -custom-cflags -dos -gphoto2 -gssapi -gstreamer -kerberos -ldap -mingw -mp3 -netapi -odbc -openal -opencl -osmesa -oss -pcap -pulseaudio -samba -scanner -sdl (-selinux) (-test) -udev -usb -v4l -vkd3d -vulkan -xinerama"
Created attachment 777401 [details] emerge-info.txt
Created attachment 777404 [details] app-emulation:wine-vanilla-7.8:20220508-030226.log.bz2
Created attachment 777407 [details] emerge-history.txt.bz2
Created attachment 777410 [details] environment
Created attachment 777413 [details] etc.portage.tar.bz2
Created attachment 777416 [details] logs.tar.bz2
Created attachment 777419 [details] temp.tar.bz2
I got the same issue with wine-staging, too. Just FYI.
Only reproducible with USE="-vulkan -vkd3d"
I can reproduce with "+vulkan -vkd3d" too We recently started honoring USE=vkd3d, previously we passed --with{out}-vkd3d which doesn't do anything and I fixed it to pass --{en/dis}able-vkd3d which does. Seems like an upstream build system problem. Can someone report it? Workaround is to set +vulkan +vkd3d
*** Bug 843335 has been marked as a duplicate of this bug. ***
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=da964d99ac6ce8b48503eb8b283d77130428ccc2 commit da964d99ac6ce8b48503eb8b283d77130428ccc2 Author: Nick Sarnie <sarnex@gentoo.org> AuthorDate: 2022-05-08 21:43:25 +0000 Commit: Nick Sarnie <sarnex@gentoo.org> CommitDate: 2022-05-08 21:43:25 +0000 app-emulation/wine-vanilla: Don't pass disable-vkd3d Closes: https://bugs.gentoo.org/843260 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Nick Sarnie <sarnex@gentoo.org> app-emulation/wine-vanilla/wine-vanilla-7.8.ebuild | 2 +- app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=fa1b7b1597b93421d880db6c622c79b31b3c7804 commit fa1b7b1597b93421d880db6c622c79b31b3c7804 Author: Nick Sarnie <sarnex@gentoo.org> AuthorDate: 2022-05-08 21:44:23 +0000 Commit: Nick Sarnie <sarnex@gentoo.org> CommitDate: 2022-05-08 21:44:23 +0000 app-emulation/wine-staging: Don't pass disable-vkd3d Bug: https://bugs.gentoo.org/843260 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Nick Sarnie <sarnex@gentoo.org> app-emulation/wine-staging/wine-staging-7.8.ebuild | 2 +- app-emulation/wine-staging/wine-staging-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
I reported this upstream at https://bugs.winehq.org/show_bug.cgi?id=52977 but for now I just fell back to the old behavior to fix the build
*** Bug 843404 has been marked as a duplicate of this bug. ***
*** Bug 843245 has been marked as a duplicate of this bug. ***
Was it intended to remove dependency to app-emulation/vkd3d completely? As depclean likes to remove it now, due to this change.
Yes, that's intentional. I spoke with upstream and vkd3d is packaged inside wine now, the separate package is just a development branch that isn't used by wine.