Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 270818 - boost 1.37 needed to be eselected by hand
Summary: boost 1.37 needed to be eselected by hand
Status: RESOLVED DUPLICATE of bug 269517
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-22 12:09 UTC by Stephen J. Turnbull
Modified: 2009-05-22 12:38 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 Stephen J. Turnbull 2009-05-22 12:09:41 UTC
Openoffice 3.1.0 repeatedly failed to emerge.
The symptom was configure bailing out, looking for an <boost/shared_ptr.hpp>.
"find /usr/include -name shared_ptr.hpp" found it immediately at /usr/include/boost-1_37/boost/shared_ptr.hpp.
Looking at the path found, obviously #include <boost/shared_ptr.hpp> won't work.
After doing "eselect boost set 1", the build is proceeded.

Reproducible: Always

Steps to Reproduce:
1. emerge openoffice
2.
3.

Actual Results:  
checking which boost to use... external
checking boost/shared_ptr.hpp usability... no
checking boost/shared_ptr.hpp presence... no
checking for boost/shared_ptr.hpp... no
configure: error: boost/shared_ptr.hpp not found. install boost
make: *** [stamp/build] Error 1
 * 
 * ERROR: app-office/openoffice-3.1.0 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 5131:  Called die
 * The specific snippet of code:
 *       make || die "Build failed"
 *  The die message:
 *   Build failed
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/app-office/openoffice-3.1.0/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-office/openoffice-3.1.0/temp/environment'.
 * 
!!! When you file a bug report, please include the following information:
GENTOO_VM=  CLASSPATH="." JAVA_HOME="/etc/java-config-2/current-system-vm"
JAVACFLAGS="" COMPILER=""



Expected Results:  
openoffice emerges silently and updated to the new version.

as mentioned, "eselect boost set 1" fixed the problem for me.  Presumably this should be done by the boost ebuild.
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-05-22 12:38:04 UTC

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