Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 822330 - dev-util/nvidia-cuda-sdk-10.2.89-r1: no gcc supported version in current portage snapshot
Summary: dev-util/nvidia-cuda-sdk-10.2.89-r1: no gcc supported version in current port...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-07 19:55 UTC by Samuel Bernardo
Modified: 2021-12-05 20:56 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,1.75 KB, text/plain)
2021-11-07 19:55 UTC, Samuel Bernardo
Details
emerge.info (emerge.info,8.50 KB, text/plain)
2021-11-07 19:55 UTC, Samuel Bernardo
Details
emerge.pqv (emerge.pqv,274 bytes, text/plain)
2021-11-07 19:56 UTC, Samuel Bernardo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Samuel Bernardo 2021-11-07 19:55:39 UTC
Created attachment 749403 [details]
build.log

There is no gcc supported to compile nvidia-cuda-sdk 10.2.
Comment 1 Samuel Bernardo 2021-11-07 19:55:59 UTC
Created attachment 749406 [details]
emerge.info
Comment 2 Samuel Bernardo 2021-11-07 19:56:15 UTC
Created attachment 749409 [details]
emerge.pqv
Comment 3 Sven Hesse 2021-12-05 20:38:14 UTC
Wait, why is this RESOLVED OBSOLETE?

This is still the case, dev-util/nvidia-cuda-sdk-10.2.89-r1 is still the latest version of this package in Gentoo. And it supports "gcc version(s) 4.7 4.8 4.9 5.3 5.4 6.3 6.4 7.2 7.3 8.2 8.3 8.4", neither of which are avaiable. Right now, it pulls in 8.5, which then makes nvidia-cuda-sdk fail.
Comment 4 David Seifert gentoo-dev 2021-12-05 20:48:35 UTC
(In reply to Sven Hesse from comment #3)
> Wait, why is this RESOLVED OBSOLETE?
> 
> This is still the case, dev-util/nvidia-cuda-sdk-10.2.89-r1 is still the
> latest version of this package in Gentoo. And it supports "gcc version(s)
> 4.7 4.8 4.9 5.3 5.4 6.3 6.4 7.2 7.3 8.2 8.3 8.4", neither of which are
> avaiable. Right now, it pulls in 8.5, which then makes nvidia-cuda-sdk fail.

cuda 10 will disappear soon. Do you have a sm_30 card? >=sm_35 is (now) supported with cuda 11.5+.
Comment 5 Larry the Git Cow gentoo-dev 2021-12-05 20:55:17 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ded7f8b93dce8ea8b4b59036030278219299b63

commit 8ded7f8b93dce8ea8b4b59036030278219299b63
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2021-12-05 20:55:08 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2021-12-05 20:55:08 +0000

    dev-util/nvidia-cuda-toolkit: bump supported GCCs
    
    Closes: https://bugs.gentoo.org/822330
    Signed-off-by: David Seifert <soap@gentoo.org>

 ...-toolkit-10.2.89-r3.ebuild => nvidia-cuda-toolkit-10.2.89-r4.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 6 Sven Hesse 2021-12-05 20:56:22 UTC
Ah, okay, so the issue is that nvidia-cuda-sdk is outdated? Got it :)