Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 261321

Summary: media-gfx/sfftobmp-3.1.1 fails to build against boost-1.37.0
Product: Gentoo Linux Reporter: Christoph Gysin <christoph.gysin>
Component: Current packagesAssignee: Gentoo Graphics Project <graphics+disabled>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: link against boost_system

Description Christoph Gysin 2009-03-05 16:07:49 UTC
output.o: In function `global constructors keyed to _ZN10CBMPFilter11m_bmpHeaderE':
output.cpp:(.text+0x4f): undefined reference to `boost::system::get_system_category()'
output.cpp:(.text+0x59): undefined reference to `boost::system::get_generic_category()'
output.cpp:(.text+0x63): undefined reference to `boost::system::get_generic_category()'
output.cpp:(.text+0x6d): undefined reference to `boost::system::get_generic_category()'
output.cpp:(.text+0x77): undefined reference to `boost::system::get_system_category()'
Comment 1 Christoph Gysin 2009-03-05 16:09:11 UTC
Created attachment 184033 [details]
link against boost_system

boost_filesystem needs boost_system as well
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-03-05 16:15:18 UTC
Reassigning to graphics herd.
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2009-05-08 21:36:56 UTC
+  08 May 2009; Samuli Suominen <ssuominen@gentoo.org> sfftobmp-3.1.1.ebuild,
+  +files/sfftobmp-3.1.1-gcc44-and-boost-1_37.patch:
+  Fix building with boost 1.37 wrt #261321, thanks to Christoph Gysin and
+  bonsaikitten. Fix building with GCC 4.4.