Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 548860 - sci-physics/bullet-2.83 version bump
Summary: sci-physics/bullet-2.83 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Physics related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-07 17:01 UTC by Attila Stehr
Modified: 2015-07-07 20:46 UTC (History)
0 users

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 Attila Stehr 2015-05-07 17:01:26 UTC
It's a dependency of the latest games-engines/openmw.


Reproducible: Always

Steps to Reproduce:
sudo emerge =games-engines/openmw-9999

Actual Results:  
/tmp/portage/portage/games-engines/openmw-9999/work/openmw-9999/libs/openengine/bullet/physic.cpp:479:2: error: #error "Bullet version 2.83 or later required"

 #error "Bullet version 2.83 or later required"
Comment 1 Attila Stehr 2015-07-06 09:56:29 UTC
The dependency of version 2.83 was lowered to 2.82 temporarily.

The website explaining the manual installation (still) states that v2.83 is needed: https://wiki.openmw.org/index.php?title=Development_Environment_Setup

However, the latest version (git) runs with 2.82
$> ldd ./openmw | grep -i bullet
        libBulletCollision.so.2.82 => /usr/lib64/libBulletCollision.so.2.82 (0x00007fbaace64000)

I think it's a good idea to have 2.83 in the tree so OpenMW (and other SW) will work in the future. Thanks for handling this!