Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 352494 - media-gfx/ufraw-0.17 ebuild fails with libexiv2.so undefined reference
Summary: media-gfx/ufraw-0.17 ebuild fails with libexiv2.so undefined reference
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-23 13:45 UTC by Ricky Marshall
Modified: 2011-01-24 05:55 UTC (History)
0 users

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


Attachments
build log (build.log,10.53 KB, text/plain)
2011-01-23 13:48 UTC, Ricky Marshall
Details
ebuild environment (environment,112.14 KB, text/plain)
2011-01-23 13:49 UTC, Ricky Marshall
Details
output of emerge --info =media-gfx/ufraw-0.17 (emerge_info,4.75 KB, text/plain)
2011-01-23 13:51 UTC, Ricky Marshall
Details

Note You need to log in before you can comment on or make changes to this bug.
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.