Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 760420 - media-libs/vulkan-loader-1.2.162: incorrect vulkan.pc for abi_x86_64
Summary: media-libs/vulkan-loader-1.2.162: incorrect vulkan.pc for abi_x86_64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-17 04:26 UTC by Ionen Wolkens
Modified: 2020-12-17 04:46 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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(+)