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

Bug 541366

Summary: dev-util/nvidia-cuda-sdk-6.5.19 - /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/../../../../lib64/libfreeimage.so: undefined reference to `std::__throw_out_of_range_fmt(char const*, ...)@GLIBCXX_3.4.20'
Product: Gentoo Linux Reporter: tobi
Component: Current packagesAssignee: Gentoo Science Related Packages <sci>
Status: RESOLVED OBSOLETE    
Severity: normal CC: andrewammerlaan, rainfieldcn, viklevin2
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info output
emerge -pqv output
build.log.gz

Description tobi 2015-02-25 19:11:31 UTC
Created attachment 397506 [details]
emerge --info output

I can't emerge nvidia-cuda-sdk, it seems it has problems with freeimage:
/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/../../../../lib64/libfreeimage.so: undefined reference to `std::__throw_out_of_range_fmt(char const*, ...)@GLIBCXX_3.4.20'
Comment 1 tobi 2015-02-25 19:11:59 UTC
Created attachment 397508 [details]
emerge -pqv output
Comment 2 tobi 2015-02-25 19:14:45 UTC
Created attachment 397510 [details]
build.log.gz
Comment 3 Justin Lecher (RETIRED) gentoo-dev 2015-03-03 08:02:38 UTC
Did you normally use gcc-4.9?
Comment 4 Justin Lecher (RETIRED) gentoo-dev 2015-03-03 08:05:27 UTC
I think you need to recompile freeimage using gcc-4.8. Sadly there is no around. This is a toolchain problem and nothing which is specific to cuda-sdk
Comment 5 Markus Osterhoff 2015-12-04 22:10:50 UTC
(In reply to Justin Lecher from comment #4)
> I think you need to recompile freeimage using gcc-4.8.
Thanks, works perfectly now.
Comment 6 Pacho Ramos gentoo-dev 2016-05-24 10:08:55 UTC
*** Bug 583738 has been marked as a duplicate of this bug. ***