Berusky 2 (Bugs Escape 3D) is a game that challenges your visual/spatial thinking and ability to find a way to resolve a logic task. Using five bugs, you'll go through an adventure full of various puzzles spread across nine episodes. Individual episodes differ in appearance and difficulty, which increases throughout the game.
Hello,
I'm filing a new bug report because this is not a Debian specific issue and also affects Fedora and other distributions.
It seems you use an older version of Fedora where ld allows the user to link indirectly against needed libraries. This behaviour is changing now:
https://fedoraproject.org/wiki/UnderstandingDSOLinkChange
You can also learn more about this issue here:
https://wiki.debian.org/ToolChain/DSOLinking#Not_resolving_symbols_in_indirect_dependent_shared_libraries
So in short -lpthread needs to be linked in explictly in the linker stage. I'm attaching a patch that solves the problem.
https://gist.github.com/apoleon/7305027