Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 656784 - app-emulation/vkd3d-1.0 : gears.c:(.text+<snip>): undefined reference to vkCreateXcbSurfaceKHR
Summary: app-emulation/vkd3d-1.0 : gears.c:(.text+<snip>): undefined reference to vkCr...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Wine Maintainers
URL:
Whiteboard:
Keywords:
: 656788 (view as bug list)
Depends on:
Blocks:
 
Reported: 2018-05-28 18:25 UTC by Toralf Förster
Modified: 2018-06-03 20:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,16.91 KB, text/plain)
2018-05-28 18:25 UTC, Toralf Förster
Details
app-emulation:vkd3d-1.0:20180528-181907.log (app-emulation:vkd3d-1.0:20180528-181907.log,38.99 KB, text/plain)
2018-05-28 18:25 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,345.96 KB, text/plain)
2018-05-28 18:25 UTC, Toralf Förster
Details
environment (environment,62.07 KB, text/plain)
2018-05-28 18:25 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,23.53 KB, application/x-bzip)
2018-05-28 18:25 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,8.71 KB, application/x-bzip)
2018-05-28 18:25 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,19.55 KB, application/x-bzip)
2018-05-28 18:25 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-05-28 18:25:05 UTC
libtool: link: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed -o demos/.libs/gears demos/demos_gears-gears.o  ./.libs/libvkd3d.so ./.libs/libvkd3d-utils.so ./.libs/libvkd3d-shader.a -lxcb-keysyms -lxcb -lvulkan -lm
demos/demos_gears-gears.o: In function `cxg_main':
gears.c:(.text+0x15dd): undefined reference to `vkCreateXcbSurfaceKHR'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:947: demos/gears] Error 1
make[1]: Leaving directory '/var/tmp/portage/app-emulation/vkd3d-1.0/work/vkd3d-1.0-abi_x86_64.amd64'

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-hardened_20180519-101508

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python2.7 (fallback)
  [3]   pypy (fallback)
Available Ruby profiles:
  [1]   ruby23 (with Rubygems) *



emerge -qpv app-emulation/vkd3d
[ebuild  N    ] app-emulation/vkd3d-1.0  USE="-spirv-tools" ABI_X86="(64) -32 (-x32)" 

!!! The following installed packages are masked:
- kde-frameworks/kdelibs-env-4.14.3::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Andreas Sturmlechner <asturm@gentoo.org> (24 May 2018)
# Depends on dead Qt4. Masked for removal in 30 days. Bug #629018

For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
Comment 1 Toralf Förster gentoo-dev 2018-05-28 18:25:08 UTC
Created attachment 533812 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-05-28 18:25:11 UTC
Created attachment 533814 [details]
app-emulation:vkd3d-1.0:20180528-181907.log
Comment 3 Toralf Förster gentoo-dev 2018-05-28 18:25:14 UTC
Created attachment 533816 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-05-28 18:25:17 UTC
Created attachment 533818 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-05-28 18:25:20 UTC
Created attachment 533820 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-05-28 18:25:23 UTC
Created attachment 533822 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2018-05-28 18:25:27 UTC
Created attachment 533824 [details]
temp.tbz2
Comment 8 Nick Sarnie gentoo-dev 2018-05-28 18:27:57 UTC
Yeah, we are missing some dependencies. This one should be fixed by depending on vulkan-loader.

Fix to come shortly.

Thanks,
Sarnex
Comment 9 Nick Sarnie gentoo-dev 2018-05-28 18:37:29 UTC
*** Bug 656788 has been marked as a duplicate of this bug. ***
Comment 10 Larry the Git Cow gentoo-dev 2018-05-28 19:59:03 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=d1e6e3e2fe427e15bd6450b236c2287aa7f58d50

commit d1e6e3e2fe427e15bd6450b236c2287aa7f58d50
Author:     Lucian Poston <lucianposton@pm.me>
AuthorDate: 2018-05-28 17:16:54 +0000
Commit:     Nick Sarnie <sarnex@gentoo.org>
CommitDate: 2018-05-28 19:57:30 +0000

    app-emulation/vkd3d: Add dependencies
    
    Fixes: https://bugs.gentoo.org/656784
    Fixes: https://bugs.gentoo.org/656794
    Closes: https://github.com/gentoo/repo-proj-wine/pull/5
    
    Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emulation/vkd3d/vkd3d-1.0.ebuild  | 9 ++++++++-
 app-emulation/vkd3d/vkd3d-9999.ebuild | 9 ++++++++-
 2 files changed, 16 insertions(+), 2 deletions(-)
Comment 11 Michał Dec 2018-06-03 20:03:57 UTC
No, it's not fixed. We need to depend on vulkan-loader with X USEFLAG set.
Comment 12 Larry the Git Cow gentoo-dev 2018-06-03 20:30:06 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=f3f5dabc855b0a0a6db68eca7d599d1d2ccc439a

commit f3f5dabc855b0a0a6db68eca7d599d1d2ccc439a
Author:     Nick Sarnie <sarnex@gentoo.org>
AuthorDate: 2018-06-03 20:28:49 +0000
Commit:     Nick Sarnie <sarnex@gentoo.org>
CommitDate: 2018-06-03 20:29:42 +0000

    app-emulation/vkd3d: Fix dep on media-libs/vulkan-loader
    
    Bug: https://bugs.gentoo.org/656784
    
    Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-emulation/vkd3d/vkd3d-1.0.ebuild  | 2 +-
 app-emulation/vkd3d/vkd3d-9999.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)