Summary: | dev-util/nvidia-cuda-sdk-4.1 fails with "undefined reference to ... @GLIBCXX_3.4.14" (incl. tentative BUGFIX) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Nicolas Pinto <nicolas.pinto> |
Component: | New packages | Assignee: | Michal Januszewski (RETIRED) <spock> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | PATCH |
Priority: | Normal | ||
Version: | autobuilds | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Nicolas Pinto
2012-01-29 20:21:47 UTC
no problem with gcc-4.5.3-r1 nvidia-cuda-sdk needs check >=gcc-4.5 use gcc-config to switch to gcc-4.5 (In reply to comment #1) > nvidia-cuda-sdk needs check >=gcc-4.5 > use gcc-config to switch to gcc-4.5 Thanks. I updated the nvidia-cuda-sdk accordingly: https://github.com/npinto/sekyfsr-gentoo-overlay/commit/0f8f3b617998b58f7b922487a49a8d795cbd1dff#diff-1 Thanks for the bug report and the proposed fix. I added the gcc version check to the sdk ebuild and the gcc dependency directly to nvidia-cuda-toolkit, as it looks like it's cudaart.so that needs it. Thanks! BTW, http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-4.1.ebuild?revision=1.3&view=markup at line 35 says ">=sys-devel/gcc-4.4" where it should say ">=sys-devel/gcc-4.5" |