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

Bug 745096

Summary: =games-util/gamemode-1.6 misses USE=static-libs and installs '.a' files
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Kai Krakow <hurikhan77+bgo>
Status: RESOLVED FIXED    
Severity: normal CC: chewi, proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/FeralInteractive/gamemode/pull/378
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 695878    

Description Agostino Sarubbo gentoo-dev 2020-09-28 11:49:20 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: games-util/gamemode misses USE=static-libs and installs '.a' files.
Discovered on: amd64 (internal ref: ci)

The best solution is avoid to build the '.a' files by touching the configure. In case the buildsystem makes your life hard, a good compromise would be just remove the files.
See also:https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0302

NOTE: If you want to change the summary, to avoid auto-filed duplicates, please at least keep the word 'static-libs'
Comment 1 Kai Krakow 2020-09-28 11:57:06 UTC
Question for proposed solution reported upstream: https://github.com/FeralInteractive/gamemode/issues/287
Comment 2 Larry the Git Cow gentoo-dev 2022-08-06 13:51:00 UTC
The bug has been closed via the following commit(s):

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

commit cf99a44f45292fe71d7f96af3e8abd9755a7f86d
Author:     James Le Cuirot <chewi@gentoo.org>
AuthorDate: 2022-08-06 13:50:06 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2022-08-06 13:50:10 +0000

    games-util/gamemode: Bump to 1.7, don't install static lib, EAPI 8
    
    Closes: https://bugs.gentoo.org/745096
    Signed-off-by: James Le Cuirot <chewi@gentoo.org>

 games-util/gamemode/Manifest                       |   1 +
 .../gamemode/files/gamemode-1.7-static-libs.patch  |  29 +++++
 games-util/gamemode/gamemode-1.7.ebuild            | 125 +++++++++++++++++++++
 games-util/gamemode/gamemode-9999.ebuild           |  28 ++---
 4 files changed, 169 insertions(+), 14 deletions(-)