Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 240670 - dev-libs/boost-1.35.0-r2 src_install fails
Summary: dev-libs/boost-1.35.0-r2 src_install fails
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-09 10:27 UTC by Justin Lecher (RETIRED)
Modified: 2008-10-09 10:28 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 Justin Lecher (RETIRED) gentoo-dev 2008-10-09 10:27:40 UTC
dev-libs/boost-1.35.0-r2 USE="mpi%* -debug -doc -expat% -icu -tools (-pyste%)"


install failed with

gcc.link.dll bin.v2/libs/iostreams/build/gcc-4.3/gentoorelease/threading-multi/libboost_iostreams-mt.so
...updated 1335 targets...
>>> Source compiled.
>>> Test phase [not enabled]: dev-libs/boost-1.35.0-r2

>>> Install boost-1.35.0-r2 into /var/tmp/portage/dev-libs/boost-1.35.0-r2/image/ category dev-libs
warning: Graph library does not contain optional GraphML reader.
note: to enable GraphML support, set EXPAT_INCLUDE and EXPAT_LIBPATH to the
note: directories containing the Expat headers and libraries, respectively.
Building Boost.Regex with the optional Unicode/ICU support disabled.
Please refer to the Boost.Regex documentation for more information
(don't panic: this is a strictly optional feature).
Skipping build of:  ./install  <build>no in common properties
Skipping build of:  libs/mpi/build/mpi  <build>no in common properties
Skipping build of:  ./install  <build>no in common properties
Skipping build of:  libs/mpi/build/mpi  <build>no in common properties
/usr/share/boost-build/build/virtual-target.jam:996: in virtual-target.register-actual-name from module virtual-target
error: Duplicate name of actual target: <p/var/tmp/portage/dev-libs/boost-1.35.0-r2/image/usr/lib>mpi.so
error: previous virtual target { common%common.copy-mpi.so.PYTHON_EXTENSION { gcc%gcc.link.dll-mpi.so.PYTHON_EXTENSION { gcc%gcc.compile.c++-collectives.o.OBJ { python/collectives.cpp.CPP } } { gcc%gcc.compile.c++-py_communicator.o.OBJ { python/py_communicator.cpp.CPP } } { gcc%gcc.compile.c++-datatypes.o.OBJ { python/datatypes.cpp.CPP } } { gcc%gcc.compile.c++-documentation.o.OBJ { python/documentation.cpp.CPP } } { gcc%gcc.compile.c++-py_environment.o.OBJ { python/py_environment.cpp.CPP } } { gcc%gcc.compile.c++-py_exception.o.OBJ { python/py_exception.cpp.CPP } } { gcc%gcc.compile.c++-module.o.OBJ { python/module.cpp.CPP } } { gcc%gcc.compile.c++-py_request.o.OBJ 

SNIP


SNAP

error: created from ./install-proper-lib
error: added properties: <library>object(file-target)@44747 <library>object(file-target)@44815 <library>object(file-target)@44933 <library>object(file-target)@44947 <library>object(searched-lib-target)@44829 <library>object(searched-lib-target)@44835 <library>object(searched-lib-target)@44841 <threading>multi <xdll-path>/var/tmp/portage/dev-libs/boost-1.35.0-r2/work/boost_1_35_0/bin.v2/libs/mpi/build/gcc-4.3/gentoorelease/threading-multi <xdll-path>/var/tmp/portage/dev-libs/boost-1.35.0-r2/work/boost_1_35_0/bin.v2/libs/python/build/gcc-4.3/gentoorelease/threading-multi <xdll-path>/var/tmp/portage/dev-libs/boost-1.35.0-r2/work/boost_1_35_0/bin.v2/libs/serialization/build/gcc-4.3/gentoorelease/threading-multi
error: removed properties: <library>object(file-target)@1044 <library>object(file-target)@1060 <library>object(file-target)@745 <library>object(file-target)@852 <library>object(searched-lib-target)@884 <library>object(searched-lib-target)@890 <library>object(searched-lib-target)@896 <threading>single <xdll-path>/var/tmp/portage/dev-libs/boost-1.35.0-r2/work/boost_1_35_0/bin.v2/libs/mpi/build/gcc-4.3/gentoorelease <xdll-path>/var/tmp/portage/dev-libs/boost-1.35.0-r2/work/boost_1_35_0/bin.v2/libs/python/build/gcc-4.3/gentoorelease <xdll-path>/var/tmp/portage/dev-libs/boost-1.35.0-r2/work/boost_1_35_0/bin.v2/libs/serialization/build/gcc-4.3/gentoorelease
/usr/share/boost-build/build/virtual-target.jam:453: in actualize-no-scanner from module object(file-target)@45408
/usr/share/boost-build/build/virtual-target.jam:118: in object(file-target)@45408.actualize from module object(file-target)@45408
/usr/share/boost-build/build-system.jam:675: in load from module build-system
/usr/share/boost-build/kernel/modules.jam:267: in import from module modules
/usr/share/boost-build/kernel/bootstrap.jam:132: in boost-build from module
/var/tmp/portage/dev-libs/boost-1.35.0-r2/work/boost_1_35_0/boost-build.jam:11: in module scope from module

 * 
 * ERROR: dev-libs/boost-1.35.0-r2 failed.
 * Call stack:
 * ebuild.sh, line   49:  Called src_install
 * environment, line 3122:  Called die
 * The specific snippet of code:
 * bjam -q ${OPTIONS} threading=single,multi link=shared,static runtime-link=shared,static --prefix="${D}/usr" --includedir="${D}/usr/include" --libdir="${D}/usr/$(get_libdir)" --layout=system install || die "install failed for options '${OPTIONS}'";
 * The die message:
 * install failed for options 'gentoorelease --user-config=/var/tmp/portage/dev-libs/boost-1.35.0-r2/work/boost_1_35_0/user-config.jam --boost-build=/usr/share/boost-build'
 *