Package Details: wine-valve 5:8.0.5-1

Git Clone URL: https://aur.archlinux.org/wine-valve.git (read-only, click to copy)
Package Base: wine-valve
Description: A compatibility layer for running Windows programs (Valve version)
Upstream URL: https://github.com/ValveSoftware/wine.git
Licenses: LGPL
Conflicts: bin32-wine, wine, wine-staging, wine-staging-git, wine-wow64
Provides: bin32-wine, wine, wine-valve, wine-wow64
Replaces: bin32-wine
Submitter: heavysink
Maintainer: heavysink (lilac)
Last Packager: lilac
Votes: 12
Popularity: 0.36
First Submitted: 2020-06-12 13:41 (UTC)
Last Updated: 2023-12-19 21:13 (UTC)

Dependencies (155)

Required by (379)

Sources (4)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

guglovich commented on 2021-07-23 14:07 (UTC) (edited on 2021-07-23 14:10 (UTC) by guglovich)

collect2: error: ld execution exited with return code 1

winegcc: / usr / bin / x86_64-w64-mingw32-gcc failed

make: *** [Makefile: 62090: dlls / d3drm / d3drm.dll] Error 2

make: *** Waiting for jobs to complete ...

==> ERROR: The build () has failed.

   Interrupt...

licensed commented on 2021-07-04 14:13 (UTC) (edited on 2021-07-04 14:14 (UTC) by licensed)

@hemitheconyx solution solve my trouble here too. Steps:

pacman -Rdd vkd3d-valve
yay wine-valve
yay vkd3d-valve

hemitheconyx commented on 2021-06-02 22:47 (UTC)

[ as @damir asked before: ]

@heavysink @lilac since the package builds with make -j8 (I just did it), is it possible to remove the hardcoded -j2 in the PKGBUILD ? It overrides the MAKEFLAGS env var...

somebody commented on 2021-05-20 10:22 (UTC)

i did it by installing vkd3d directly (without uninstalling because that's pain) - may need an aur helper to be able to do that without extreme pain tho.

mynis01 commented on 2021-05-18 21:04 (UTC)

@hemitheconyx That worked for me too! Thank you so much for sharing. I've also been trying to update this package for a few months and couldn't figure out what I had to do to get it to build.

hemitheconyx commented on 2021-05-18 17:55 (UTC)

I've been stuck unable to update this package for a few months, but I eventually managed to do it by uninstalling vkd3d-valve and everything which depended on it, installing instead vkd3d, and eventually reinstalling everything I uninstalled before (including wine-valve).

somebody commented on 2021-05-04 22:38 (UTC)

seems like build is failing again?

../wine-experimental-wine-6.3-20210503/dlls/d3d12/d3d12_main.c: In function ‘D3D12CreateDevice’:
../wine-experimental-wine-6.3-20210503/dlls/d3d12/d3d12_main.c:346:10: error: ‘const struct vkd3d_application_info’ has no member named ‘api_version’; did you mean ‘engine_version’?
  346 |         .api_version = VKD3D_API_VERSION_1_2,
      |          ^~~~~~~~~~~
      |          engine_version
../wine-experimental-wine-6.3-20210503/dlls/d3d12/d3d12_main.c:346:24: error: ‘VKD3D_API_VERSION_1_2’ undeclared (first use in this function); did you mean ‘VK_API_VERSION_1_2’?
  346 |         .api_version = VKD3D_API_VERSION_1_2,
      |                        ^~~~~~~~~~~~~~~~~~~~~
      |                        VK_API_VERSION_1_2