Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 213454 - media-gfx/inkscape-0.46 missing boost dependency
Summary: media-gfx/inkscape-0.46 missing boost dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
: 213484 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-03-14 23:43 UTC by .:deadhead:.
Modified: 2009-12-15 09:30 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch for the ebuild (boost.patch,346 bytes, patch)
2008-03-15 09:14 UTC, .:deadhead:.
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description .:deadhead:. 2008-03-14 23:43:35 UTC
Compiling version 0.46 of inkscape I get:

checking boost/concept_check.hpp usability... no
checking boost/concept_check.hpp presence... no
checking for boost/concept_check.hpp... no
configure: error: You need the boost package (e.g. libboost-dev)


Reproducible: Always

Actual Results:  
Configure  failed

Expected Results:  
Compile
Comment 1 .:deadhead:. 2008-03-15 09:14:09 UTC
Created attachment 146197 [details, diff]
patch for the ebuild
Comment 2 Markus Meier gentoo-dev 2008-03-15 09:48:24 UTC
fixed in cvs, thanks for the report.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2008-03-15 11:57:54 UTC
*** Bug 213484 has been marked as a duplicate of this bug. ***
Comment 4 Dmitri Bogomolov 2009-12-04 21:01:04 UTC
eix -Ic boost
[I] app-admin/eselect-boost (0.3@10/29/2009): boost module for eselect
[U] dev-libs/boost (1.35.0-r5@10/29/2009 1.39.0(1.39)@11/14/2009 1.41.0(1.41)@12/04/2009 -> 1.35.0-r5 (~)1.36.0-r1(1.36) (~)1.37.0-r1(1.37) (~)1.39.0-r1(1.39)[1] (~)1.41.0(1.41)): Boost Libraries for C++
[I] dev-util/boost-build (1.35.0-r2@10/29/2009 1.39.0(1.39)@11/14/2009 1.41.0(1.41)@12/04/2009): A system for large project software construction, which is simple to use and powerful.

emerge -va media-gfx/inkscape fails with this output:

checking boost/concept_check.hpp usability... no
checking boost/concept_check.hpp presence... no
checking for boost/concept_check.hpp... no
configure: error: You need the boost package (e.g. libboost-dev)
Comment 5 Peter Waller 2009-12-07 19:34:55 UTC
This bug seems to have come back. I'm trying to build inkscape-0.47

> checking boost/concept_check.hpp usability... no
> checking boost/concept_check.hpp presence... no
> checking for boost/concept_check.hpp... no
> configure: error: You need the boost package (e.g. libboost-dev)
Comment 6 Dmitri Bogomolov 2009-12-14 20:17:28 UTC
(In reply to comment #5)
> This bug seems to have come back. I'm trying to build inkscape-0.47
> 
> > checking boost/concept_check.hpp usability... no
> > checking boost/concept_check.hpp presence... no
> > checking for boost/concept_check.hpp... no
> > configure: error: You need the boost package (e.g. libboost-dev)
> 

problem in app-admin/eselect-boost, probably:

eselect boost set 2
Removing symlinks from old version
Creating symlinks for boost-1.41/default
ln: creating symbolic link `libboost_filesystem.so': File exists
!!! Error: Couldn't create symlink "/usr/lib/libboost_filesystem.so"
exiting

equery belongs /usr/lib/libboost_filesystem.so
[ Searching for file(s) /usr/lib/libboost_filesystem.so in *... ]
dev-libs/boost-1.35.0-r5 (/usr/lib/libboost_filesystem.so)

emerge -Ca =dev-libs/boost-1.35.0-r5 did the trick for me
Comment 7 Peter Waller 2009-12-15 09:30:34 UTC
(In reply to comment #6)
> emerge -Ca =dev-libs/boost-1.35.0-r5 did the trick for me

Thanks for this, did the trick.