Bug 141689 - boost upstream bug (atleast i guess)
Summary: boost upstream bug (atleast i guess)
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: boost
Version: 3
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Benjamin Kosnik
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-12-02 23:01 UTC by rudolf kastl
Modified: 2013-08-09 05:46 UTC (History)
1 user (show)

Fixed In Version: 1.33.0
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-05-05 14:24:39 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description rudolf kastl 2004-12-02 23:01:25 UTC
Description of problem:

there seems to be an internal problem with boost:


g++ -Wall -ansi -O3 -finline-functions -Wno-inline -fPIC -DNDEBUG
-DBOOST_PYTHON_DYNAMIC_LIB -I/usr/include/python2.3
-I/usr/local/lib/include -Iinclude -c -o osgDB/ReadFile.os
osgDB/ReadFile.cpp
In file included from
/usr/include/boost/python/return_internal_reference.hpp:12,
                  from osgDB/ReadFile.cpp:12:
/usr/include/boost/python/with_custodian_and_ward.hpp: In static
member function `static PyObject*
boost::python::detail::get_prev<N>::execute(const ArgumentPackage&,
PyObject*)':
/usr/include/boost/python/with_custodian_and_ward.hpp:25: error: `get'
is not a member of `boost::python::detail'
/usr/include/boost/python/with_custodian_and_ward.hpp: In static
member function `static bool
boost::python::with_custodian_and_ward<custodian, ward,
BasePolicy_>::precall(const ArgumentPackage&)':
/usr/include/boost/python/with_custodian_and_ward.hpp:52: error:
`arity' is not a member of `boost::python::detail'
/usr/include/boost/python/with_custodian_and_ward.hpp: In static
member function `static PyObject*
boost::python::with_custodian_and_ward_postcall<custodian, ward,
BasePolicy_>::postcall(const ArgumentPackage&, PyObject*)':
/usr/include/boost/python/with_custodian_and_ward.hpp:86: error:
`arity' is not a member of `boost::python::detail'
scons: *** [osgDB/ReadFile.os] Error 1
scons: building terminated because of errors.

Version-Release number of selected component (if applicable):


How reproducible:

grab pyosg from sf.net and install the dependencys from
http://newrpms.sunsite.dk -> fc3

build pyosg and watch above output

Actual results:
doesent build

Expected results:
should build with unborked boost

Additional info:
cant give any more info at this time

Comment 1 Benjamin Kosnik 2005-03-25 23:33:47 UTC
I think this is a problem with pyosg. Can you report the issue there?

I cannot find the package you'd mentioned: the links are now dead.

best,
benjamin

Comment 2 Benjamin Kosnik 2005-09-06 19:18:19 UTC
This is probably fixed in the boost-1.33.0 rpms.

-benjamin

Comment 3 John Thacker 2006-05-05 14:24:39 UTC
Closing due to lack of response.


Note You need to log in before you can comment on or make changes to this bug.