#Missing or unresolvable dependencies for Stunt Rally

1 messages · Page 1 of 1 (latest)

tardy dome
#

If i just try to regularly emerge this, i get

(dependency required by "games-sports/stuntrally-2.6-r1::menelkir[game]" [ebuild])```

If i emerge with nodeps, then i get the error 

```CMake Error at cmake/FindPackageHandleStandardArgs.cmake:91 (MESSAGE):
  Could NOT find Bullet (missing: BULLET_FILELOADER_LIBRARY
  BULLET_WORLDIMPORTER_LIBRARY)
Call Stack (most recent call first):
  cmake/FindPackageHandleStandardArgs.cmake:252 (_FPHSA_FAILURE_MESSAGE)
  cmake/FindBullet.cmake:73 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:101 (find_package)```

This is the ebuild https://data.gpo.zugaina.org/menelkir/games-sports/stuntrally/stuntrally-2.6-r1.ebuild

I created a file `/etc/env.d/bullet99` and put `BULLET_ROOT=/usr` but this didn't work either ![caracalCryPavilion](https://cdn.discordapp.com/emojis/406266629543034881.webp?size=128 "caracalCryPavilion")
regal tiger
#

emerge --info please; I suspect that you're on arch while this package is masked ~arch (testing)

regal tiger
#

Yeah, I suggest that you probably just need to unmask ~arch for dev-games/mygui

#
root@box# echo "dev-games/mygui" > /etc/portage/package.accept_keywords/stunt_rally
#

strictly speaking 'dev-games/mygui ~amd64', but an entry in accept_keywords without something implies 'the testing version of my current arch'

tardy dome
#

Done

#

Anything else i can do to get it working?

regal tiger
#

That should enable you to emerge it

#

what does the full output of emerge say now?