Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 270242 - app-office/openoffice-3.1.0 failed to find boost
Summary: app-office/openoffice-3.1.0 failed to find boost
Status: RESOLVED DUPLICATE of bug 269517
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-18 00:29 UTC by Thomas Capricelli
Modified: 2009-05-18 04:26 UTC (History)
1 user (show)

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 Thomas Capricelli 2009-05-18 00:29:51 UTC
emerge it fails, and i can find the following error message in /tmp/portage/app-office/openoffice-3.1.0/temp/build.log.

This is weird as boost is installed, it was even updated few days ago according to genlop : 
     Fri May 15 16:29:10 2009 >>> dev-libs/boost-1.37.0-r1

"equery files boost | grep shared_ptr" returns : 
/usr/include/boost-1_37/boost/interprocess/smart_ptr/shared_ptr.hpp
/usr/include/boost-1_37/boost/python/detail/is_shared_ptr.hpp
/usr/include/boost-1_37/boost/python/detail/value_is_shared_ptr.hpp
/usr/include/boost-1_37/boost/serialization/shared_ptr.hpp
/usr/include/boost-1_37/boost/shared_ptr.hpp



Reproducible: Always

Steps to Reproduce:
1.emerge -u @world
2.
3.

Actual Results:  
checking which curl to use... external                                                               
checking for curl-config... /usr/bin/curl-config                                                     
checking whether curl is >= 7.9.8... yes                                                             
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 5164:  Called die     



the log was in the part :

Log Env for configure to /tmp/portage/app-office/openoffice-3.1.0/work/ooo/build/ooo310-m11/env.log                                                                                         
configure: WARNING: unrecognized options: --enable-gstreamer, --without-writer2latex, --with-distro, --with-arch, --with-srcdir, --with-num-cpus, --without-binsuffix, --with-installed-ooo-dirname, --with-tag, --enable-strip, --disable-access, --disable-post-install-scripts, --enable-extensions   

(...)
********************************************************************
*                                                                  *
*   Checking the platform pre-requisites.                          *
*                                                                  *
********************************************************************
(...)                              
checking for curl-config... /usr/bin/curl-config                                                     
checking whether curl is >= 7.9.8... yes                                                             
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 5164:  Called die
Comment 1 David Abbott (RETIRED) gentoo-dev 2009-05-18 01:15:52 UTC
Same thing happened to me, I ran env-update source /etc/profile and it emerged??
dev-libs/boost
      Latest version installed: 1.37.0-r1

also attach emerge --info
Comment 2 Serkan Kaba (RETIRED) gentoo-dev 2009-05-18 04:26:17 UTC

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