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

Bug 352494

Summary: media-gfx/ufraw-0.17 ebuild fails with libexiv2.so undefined reference
Product: Gentoo Linux Reporter: Ricky Marshall <rickythesk8r>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build log
ebuild environment
output of emerge --info =media-gfx/ufraw-0.17

Description Ricky Marshall 2011-01-23 13:45:22 UTC
media-gfx/gimp-2.6.11:2 will not import .PEF with ufraw. An attempt to re-emerge ufraw produces the following failure:

  CCLD   ufraw-gimp
  CCLD   ufraw
/usr/lib64//libexiv2.so: undefined reference to `std::_List_node_base::_M_unhook()@GLIBCXX_3.4.14'





Reproducible: Always

Steps to Reproduce:
1.emerge latest gimp, media-gfx/gimp-2.6.11:2
2.re-emerge ufraw, media-gfx/ufraw-0.17:0


Actual Results:  
linker error 


# emerge -pqv =media-gfx/ufraw-0.17
[ebuild   R   ] media-gfx/ufraw-0.17  USE="gimp gtk openmp timezone -contrast -fits -gnome"
Comment 1 Ricky Marshall 2011-01-23 13:48:00 UTC
Created attachment 260536 [details]
build log
Comment 2 Ricky Marshall 2011-01-23 13:49:53 UTC
Created attachment 260537 [details]
ebuild environment
Comment 3 Ricky Marshall 2011-01-23 13:51:09 UTC
Created attachment 260538 [details]
output of emerge --info =media-gfx/ufraw-0.17
Comment 4 Rafał Mużyło 2011-01-23 13:51:19 UTC
Not a bug.

You've built some of your libs with a recent g++, then switched back to an older one - this is the result.
Comment 5 Samuli Suominen (RETIRED) gentoo-dev 2011-01-24 05:55:48 UTC
Comment #4 said it all. Use the Gentoo gcc upgrading guide.