Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 773574 - games-strategy/0ad-0.0.24b: src_install fails if using "-nvtt"
Summary: games-strategy/0ad-0.0.24b: src_install fails if using "-nvtt"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-01 13:33 UTC by Daniel Marmander
Modified: 2021-03-01 13:45 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 Daniel Marmander 2021-03-01 13:33:16 UTC
src_install tries to install nvtt related libraries even if nvtt is set to be excluded.

Reproducible: Always

Steps to Reproduce:
1. set -nvtt in your package use
2. emerge 0ad
3. 
Actual Results:  
>>> Install games-strategy/0ad-0.0.24b_alpha into /var/tmp/portage/games-strategy/0ad-0.0.24b_alpha/image
!!! doexe: binaries/system/libnvtt.so does not exist
!!! doexe: binaries/system/libnvcore.so does not exist
!!! doexe: binaries/system/libnvimage.so does not exist
!!! doexe: binaries/system/libnvmath.so does not exist
 * ERROR: games-strategy/0ad-0.0.24b_alpha::gentoo failed (install phase):
 *   doexe failed


Expected Results:  
Skipped install of nvtt related libraries when setting -nvtt
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-03-01 13:38:44 UTC
Please remember to include the full build.log (compressed if needed) and emerge --info.

In this case, I think this should be fixed already: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb706c5383db445f085b3ac628790a319ed9d309.
Comment 2 Larry the Git Cow gentoo-dev 2021-03-01 13:45:54 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a0d70cdd420a40dcbfa1d35485c76ead61ef151

commit 1a0d70cdd420a40dcbfa1d35485c76ead61ef151
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-03-01 13:44:45 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-03-01 13:44:45 +0000

    games-strategy/0ad: fix doexe typos
    
    Fixes: bb706c5383db445f085b3ac628790a319ed9d309
    Bug: https://bugs.gentoo.org/773574
    Closes: https://bugs.gentoo.org/773565
    Signed-off-by: Sam James <sam@gentoo.org>

 games-strategy/0ad/0ad-0.0.24b_alpha.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)