Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 745096 - =games-util/gamemode-1.6 misses USE=static-libs and installs '.a' files
Summary: =games-util/gamemode-1.6 misses USE=static-libs and installs '.a' files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Kai Krakow
URL: https://github.com/FeralInteractive/g...
Whiteboard:
Keywords:
Depends on:
Blocks: static-libs
  Show dependency tree
 
Reported: 2020-09-28 11:49 UTC by Agostino Sarubbo
Modified: 2022-08-06 13:51 UTC (History)
2 users (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 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(-)