Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 904377 - dev-util/nvidia-cuda-toolkit-12.1.0 installs files with unresolved SONAME dependencies
Summary: dev-util/nvidia-cuda-toolkit-12.1.0 installs files with unresolved SONAME dep...
Status: RESOLVED DUPLICATE of bug 904376
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: 2023-04-15 19:19 UTC by Agostino Sarubbo
Modified: 2023-04-17 14:06 UTC (History)
0 users

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


Attachments
build.log (build.log,58.88 KB, text/plain)
2023-04-15 19:19 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2023-04-15 19:19:37 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-util/nvidia-cuda-toolkit-12.1.0 installs files with unresolved SONAME dependencies.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2023-04-15 19:19:39 UTC
Created attachment 860167 [details]
build.log

build log and emerge --info
Comment 2 Guilherme Amadio gentoo-dev 2023-04-17 14:06:20 UTC
Looks like this is a duplicate of 904376. The problem is the snippet

+	# remove rdma libs (unless USE=rdma)
+	if ! use rdma; then
+		rm "${ED}"/${cudadir}/targets/x86_64-linux/lib/libcufile_rdma.so.* || die
+	fi

added in the latest ebuild, which deletes libcufile_rdma.so.1 but not libcufile_rdma.so when USE=-rdma.

*** This bug has been marked as a duplicate of bug 904376 ***