Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 638076 - games-arcade/supertux-0.5.1 fails to build with CMAKE_MAKEFILE_GENERATOR="ninja"
Summary: games-arcade/supertux-0.5.1 fails to build with CMAKE_MAKEFILE_GENERATOR="ninja"
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: ninja-porting
  Show dependency tree
 
Reported: 2017-11-19 04:10 UTC by Brian Evans (RETIRED)
Modified: 2018-07-01 09:46 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,6.61 KB, text/plain)
2017-11-19 04:10 UTC, Brian Evans (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Evans (RETIRED) gentoo-dev 2017-11-19 04:10:57 UTC
Created attachment 504736 [details]
build.log

While building with ninja, the following error occurs..

>>> Compiling source in /var/tmp/portage/games-arcade/supertux-0.5.1/work/SuperTux-v0.5.1-Source ...
>>> Working in BUILD_DIR: "/var/tmp/portage/games-arcade/supertux-0.5.1/work/supertux-0.5.1_build"
ninja -v -j7 -l0
ninja: error: 'squirrel/lib/libsquirrel_static.a', needed by 'supertux2', missing and no known rule to make it
Comment 1 Larry the Git Cow gentoo-dev 2018-07-01 09:46:34 UTC
The bug has been closed via the following commit(s):

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

commit 252a6dd9f24a9054f7d4e5b7996c531a640f1541
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2018-07-01 09:43:31 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2018-07-01 09:46:19 +0000

    games-arcade/supertux: Build using Ninja
    
    * Use system PhysFS
    * Fix CMake unused variable error
    
    Closes: https://bugs.gentoo.org/638076
    Closes: https://bugs.gentoo.org/649458
    Package-Manager: Portage-2.3.41, Repoman-2.3.9

 .../supertux/files/supertux-0.5.1-ninja.patch      | 30 ++++++++++++++++++++++
 games-arcade/supertux/supertux-0.5.1.ebuild        | 19 +++++---------
 2 files changed, 37 insertions(+), 12 deletions(-)