Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 664714 - dev-util/vulkan-tools-1.1.77.0-r1 does not install any binaries
Summary: dev-util/vulkan-tools-1.1.77.0-r1 does not install any binaries
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: 2018-08-28 01:38 UTC by Brian Evans (RETIRED)
Modified: 2018-08-29 01:20 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 Brian Evans (RETIRED) gentoo-dev 2018-08-28 01:38:32 UTC
With USE=cube on, this package fails at the mv command phase.
Otherwise only the README is installed.

In multilib_src_install, you call default.  This will not install anything and only documentation is completed.

Instead of default, it should be cmake-utils_src_install so that what cmake built can be installed from the respective build directory.
Comment 1 Larry the Git Cow gentoo-dev 2018-08-29 01:20:51 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10e797eecd4c792cf33defbdc3b12f875868067c

commit 10e797eecd4c792cf33defbdc3b12f875868067c
Author:     Nick Sarnie <sarnex@gentoo.org>
AuthorDate: 2018-08-29 01:18:00 +0000
Commit:     Nick Sarnie <sarnex@gentoo.org>
CommitDate: 2018-08-29 01:18:00 +0000

    dev-util/vulkan-tools: Do not call default in cmake multilib
    
    Fixes: https://bugs.gentoo.org/664714
    Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-util/vulkan-tools/vulkan-tools-1.1.77.0-r1.ebuild | 2 +-
 dev-util/vulkan-tools/vulkan-tools-9999.ebuild        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)