Summary: | app-emulation/vkd3d-9999 - src_configure(): ERROR: no configure script found | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Joe Kowalski <bugmail> |
Component: | Current packages | Assignee: | Wine Maintainers <wine> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ionen, mae.lippert |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Joe Kowalski
2019-05-14 05:54:19 UTC
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=b84b11285b46ebf645d2b3567e05487a174ecdc9 commit b84b11285b46ebf645d2b3567e05487a174ecdc9 Author: Nick Sarnie <sarnex@gentoo.org> AuthorDate: 2019-05-14 23:01:36 +0000 Commit: Nick Sarnie <sarnex@gentoo.org> CommitDate: 2019-05-14 23:01:36 +0000 app-emulation/vkd3d: Fix live ebuild Fixes: https://bugs.gentoo.org/685918 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Nick Sarnie <sarnex@gentoo.org> app-emulation/vkd3d/vkd3d-9999.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) *** Bug 682828 has been marked as a duplicate of this bug. *** commit 0712def654a95887d01b350b25f2c112a349bafd Author: Nick Sarnie <sarnex@gentoo.org> Date: Tue May 14 19:04:22 2019 -0400 app-emulation/vkd3d: Sync with ::wine Fix live ebuild Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Nick Sarnie <sarnex@gentoo.org> This bug should be reopened, the autogen portion is not being triggered in the current live ebuild. I'm just a novice, but adding "inherit autotools" and the companion function lets the source build as expected. (In reply to edbgon from comment #4) > This bug should be reopened, the autogen portion is not being triggered in > the current live ebuild. > > I'm just a novice, but adding "inherit autotools" and the companion function > lets the source build as expected. My own fix would be to drop the live ebuild, not sure if it has any real worth now that >wine-7.0 won't depend on it (it bundles vkd3d to build it using mingw). There's also the app-emulation/vkd3d-proton-9999 alternative which can be built with mingw and dlls used by any wine versions. The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5b7cf63acf06503ec6b13bb9fa5148b4f85d365 commit b5b7cf63acf06503ec6b13bb9fa5148b4f85d365 Author: Ionen Wolkens <ionen@gentoo.org> AuthorDate: 2022-09-17 06:47:46 +0000 Commit: Ionen Wolkens <ionen@gentoo.org> CommitDate: 2022-09-17 08:42:12 +0000 app-emulation/vkd3d: drop broken live ebuild There is little use for this package anymore given recent Wine versions bundle it to ease handling mingw-built PE files and do not use the system's ELF libraries. In-tree wine-7.0 can still optionally use it so it's not going anywhere yet, but fixing and keeping the live ebuild for stable releases doesn't seem useful. Note that if interested in the latest features from Valve, these are included in vkd3d-proton-9999 instead and can be used by any Wine versions (similarly to dxvk by adding dlls to the Wine prefix). Bug: https://bugs.gentoo.org/685918 Signed-off-by: Ionen Wolkens <ionen@gentoo.org> app-emulation/vkd3d/vkd3d-9999.ebuild | 43 ----------------------------------- 1 file changed, 43 deletions(-) |