Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 760420

Summary: media-libs/vulkan-loader-1.2.162: incorrect vulkan.pc for abi_x86_64
Product: Gentoo Linux Reporter: Ionen Wolkens <ionen>
Component: Current packagesAssignee: Gentoo X packagers <x11>
Status: RESOLVED FIXED    
Severity: normal CC: sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Ionen Wolkens gentoo-dev 2020-12-17 04:26:34 UTC
Library is /usr/lib64/libvulkan.so but contains:
	Libs: -L${libdir} -lvulkan64

This commit questionably added @LIB_SUFFIX@:
	https://github.com/KhronosGroup/Vulkan-Loader/commit/10c4ebadb9fc41e0abf5a32daa7263c6d1aff575

And cmake eclass sets (in gentoo_common_config.cmake):
	set(LIB_SUFFIX 64 CACHE STRING "library path suffix" FORCE)
Comment 1 Larry the Git Cow gentoo-dev 2020-12-17 04:46:06 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20660b2ecfb448ae132eb331e550a96d1a2bacbd

commit 20660b2ecfb448ae132eb331e550a96d1a2bacbd
Author:     Nick Sarnie <sarnex@gentoo.org>
AuthorDate: 2020-12-17 04:43:47 +0000
Commit:     Nick Sarnie <sarnex@gentoo.org>
CommitDate: 2020-12-17 04:45:15 +0000

    media-libs/vulkan-loader: Fix pkgconfig
    
    Fixes: https://bugs.gentoo.org/760420
    Package-Manager: Portage-3.0.12, Repoman-3.0.2
    Signed-off-by: Nick Sarnie <sarnex@gentoo.org>

 .../vulkan-loader-1.2.162-Fix-pkgconfig.patch      | 43 ++++++++++++++++++++++
 ....162.ebuild => vulkan-loader-1.2.162-r1.ebuild} |  2 +
 2 files changed, 45 insertions(+)