Bug 886141

Summary: Includes issue.
Product: [Fedora] Fedora Reporter: Gwyn Ciesla <gwync>
Component: bulletAssignee: Rich Mattes <richmattes>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: dan, richmattes
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-12-11 17:20:37 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 886012    

Description Gwyn Ciesla 2012-12-11 15:44:37 UTC
With bullet-2.81-1.fc18.x68_64, I'm trying to patch supertuxkart 0.8 to use system bullet rather than the bundled version.  Once patched, I get:

[  4%] Building CXX object CMakeFiles/supertuxkart.dir/src/animations/three_d_animation.cpp.o
/usr/bin/c++   -DENABLE_BIDI -DHAVE_OGGVORBIS -DNDEBUG -DSUPERTUXKART_DATADIR=\"/usr/share/supertuxkart\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4  -m64 -mtune=generic  -O2 -DNDEBUG -I/home/limb/fedora/git/supertuxkart/SuperTuxKart-0.8/src -I/usr/include/AL -I/home/limb/fedora/git/supertuxkart/SuperTuxKart-0.8/lib/irrlicht/include    -Wall -o CMakeFiles/supertuxkart.dir/src/animations/three_d_animation.cpp.o -c /home/limb/fedora/git/supertuxkart/SuperTuxKart-0.8/src/animations/three_d_animation.cpp
In file included from /usr/include/bullet/btBulletCollisionCommon.h:22:0,
                 from /usr/include/bullet/btBulletDynamicsCommon.h:20,
                 from /home/limb/fedora/git/supertuxkart/SuperTuxKart-0.8/src/animations/three_d_animation.hpp:27,
                 from /home/limb/fedora/git/supertuxkart/SuperTuxKart-0.8/src/animations/three_d_animation.cpp:19:
/usr/include/bullet/BulletCollision/CollisionDispatch/btCollisionWorld.h:74:34: fatal error: LinearMath/btVector3.h: No such file or directory
compilation terminated.

Which seems to indicate that the file in bullet can't find the second file in bullet.

Comment 1 Rich Mattes 2012-12-11 16:32:23 UTC
-I/usr/include/bullet isn't on the compiler command line.  Are you adding bullet's cflags via include_directories?

Comment 2 Gwyn Ciesla 2012-12-11 17:20:37 UTC
Still not working, but it's not a bullet issue, it's that they bundled and changed from autotools to cmake in one release.  Sorry for the noise.