Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 149057 - dev-games/ode-0.5-r4 fails to compile on amd64
Summary: dev-games/ode-0.5-r4 fails to compile on amd64
Status: RESOLVED DUPLICATE of bug 146080
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-25 06:25 UTC by no_burn
Modified: 2006-09-25 06:40 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 no_burn 2006-09-25 06:25:52 UTC
Here are the revelent parts of 'emerge --info' (the result of 'emerge dev-games/ode' is after this) :
_________________________________________________________________

Gentoo Base System version 1.12.5
Portage 2.1.1 (default-linux/amd64/2005.0, gcc-4.1.1, glibc-2.4-r3, 2.6.17-gentoo-r8 x86_64)
=================================================================
System uname: 2.6.17-gentoo-r8 x86_64 AMD Athlon(tm) 64 Processor 3200+
Last Sync: Mon, 25 Sep 2006 09:30:07 +0000
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.2.11-r1
dev-lang/python:     2.3.5-r2, 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -O2 -pipe"
CONFIG_PROTECT="/etc /usr/lib/X11/xkb /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/terminfo"
CXXFLAGS=""
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
_________________________________________________________________



Here are the last few lines of 'emerge dev-games/ode'
_________________________________________________________________
g++ -c -Wall -fno-rtti -fno-exceptions -Wall -fomit-frame-pointer -ffast-math -march=k8 -O2 -pipe -fPIC -Iinclude -IOPCODE  -DdTRIMESH_ENABLED -DdNODEBUG -O1 -o OPCODE/OPC_AABBCollider.o OPCODE/OPC_AABBCollider.cpp
g++ -c -Wall -fno-rtti -fno-exceptions -Wall -fomit-frame-pointer -ffast-math -march=k8 -O2 -pipe -fPIC -Iinclude -IOPCODE  -DdTRIMESH_ENABLED -DdNODEBUG -O1 -o OPCODE/OPC_AABBTree.o OPCODE/OPC_AABBTree.cpp
OPCODE/OPC_AABBTree.h: In constructor 'Opcode::AABBTreeNode::AABBTreeNode()':
OPCODE/OPC_AABBTree.h:88: warning: 'Opcode::AABBTreeNode::mNbPrimitives' will be initialized after
OPCODE/OPC_AABBTree.h:87: warning:   'udword* Opcode::AABBTreeNode::mNodePrimitives'
OPCODE/OPC_AABBTree.cpp:56: warning:   when initialized here
OPCODE/OPC_AABBTree.cpp: In destructor 'Opcode::AABBTreeNode::~AABBTreeNode()':
OPCODE/OPC_AABBTree.cpp:78: warning: unused variable 'Neg'
OPCODE/OPC_AABBTree.cpp: In member function 'bool Opcode::AABBTreeNode::Subdivide(Opcode::AABBTreeBuilder*)':
OPCODE/OPC_AABBTree.cpp:295: error: cast from 'Opcode::AABBTreeNode*' to 'udword' loses precision
OPCODE/OPC_AABBTree.cpp:309: error: cast from 'Opcode::AABBTreeNode*' to 'udword' loses precision
OPCODE/OPC_AABBTree.h: In constructor 'Opcode::AABBTree::AABBTree()':
OPCODE/OPC_AABBTree.h:134: warning: 'Opcode::AABBTree::mTotalNbNodes' will be initialized after
OPCODE/OPC_AABBTree.h:132: warning:   'Opcode::AABBTreeNode* Opcode::AABBTree::mPool'
OPCODE/OPC_AABBTree.cpp:373: warning:   when initialized here
make: *** [OPCODE/OPC_AABBTree.o] Error 1

!!! ERROR: dev-games/ode-0.5-r4 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  ode-0.5-r4.ebuild, line 53:   Called die

!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
_________________________________________________________________
Comment 1 Christoph Mende (RETIRED) gentoo-dev 2006-09-25 06:29:04 UTC
Try ode-0.6-r1
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-09-25 06:40:20 UTC

*** This bug has been marked as a duplicate of 146080 ***