Package Details: supertuxkart-git 22805+18484-2

Git Clone URL: https://aur.archlinux.org/supertuxkart-git.git (read-only, click to copy)
Package Base: supertuxkart-git
Description: A kart racing game featuring Tux and his friends - development version
Upstream URL: http://supertuxkart.sourceforge.net/
Keywords: game
Licenses: cc-by-sa-3.0
Conflicts: supertuxkart
Submitter: donny
Maintainer: donny
Last Packager: donny
Votes: 19
Popularity: 0.003495
First Submitted: 2014-01-20 07:32 (UTC)
Last Updated: 2023-09-20 20:13 (UTC)

Latest Comments

1 2 3 4 5 6 .. 9 Next › Last »

xiota commented on 2023-09-21 10:50 (UTC)

Clean chroot. Needs depends on shaderc.

CMake Error at CMakeLists.txt:271 (message):
  Please install shaderc from your distribution or disable vulkan support
  with -DNO_SHADERC=on

Shatur commented on 2023-03-29 17:39 (UTC)

After building it fails to start with the following error:

[warn   ] [FileManager]: Directory 'library' not found, aborting.
[warn   ] [FileManager]: Directory 'models' not found, aborting.
[warn   ] [FileManager]: Directory 'music' not found, aborting.
[warn   ] [FileManager]: Directory 'sfx' not found, aborting.
[fatal  ] [FileManager]: Not all assets found - aborting.

Lucki commented on 2022-04-05 10:40 (UTC)

Ah, I've missed that's an aur-dep, sorry! All fine now :)

donny commented on 2022-04-05 06:17 (UTC) (edited on 2022-04-05 06:17 (UTC) by donny)

@Lucki: You need to recompile the libopenglrecorder AUR package after libvpx was updated. This has nothing to do with the supertuxkart-git package.

Lucki commented on 2022-04-04 22:54 (UTC) (edited on 2022-04-05 10:42 (UTC) by Lucki)

Thanks! It builds fine now but fails at linking. Edit: My fault

donny commented on 2022-04-04 20:05 (UTC)

Hello @Lucki, thank you, I rechecked it and added python to make dependencies, as it doesn't seem to be required to run the game, just for the build. I also added missing sdl2 dependency which is definitely needed to run the game.

Lucki commented on 2022-04-04 13:31 (UTC)

When trying to build in a clean chroot I get the following error:

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) (Required is at
  least version "3")
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake/Modules/FindPythonInterp.cmake:169 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  lib/shaderc/cmake/setup_build.cmake:52 (find_package)
  lib/shaderc/CMakeLists.txt:68 (include)


-- Configuring incomplete, errors occurred!
See also "/build/supertuxkart-git/src/stk-code/cmake_build/CMakeFiles/CMakeOutput.log".
==> ERROR: A failure occurred in build().

Unrelated: Subversion is horrendous! I had to svn cleanup the asset repo 5 times until it was properly cloned. Thanks for listening

donny commented on 2022-03-28 11:39 (UTC)

Hello, thanks @baba99j for a reminder. The PKGBUILD is now updated. I didn't add the "-j2" make flag, as it builds fine with my default -j8 from makepkg.conf.

The SVN repo is sometimes hard to clone, it's pretty big and sometimes it times out. If it fails, try to do at least svn cleanup manually in the stk-assets directory before running makepkg.

baba99j commented on 2022-03-28 08:06 (UTC)

Hey @donny, would you merge Neko-san's build() and package() fixes to the PKGBUILD? It fix the build fails