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

Bug 701788

Summary: dev-util/nvidia-cuda-toolkit-10.2.89 ebuild wants to delete non existent files
Product: Gentoo Linux Reporter: Alexandru N. Barloiu <axl>
Component: Current packagesAssignee: Gentoo Science Related Packages <sci>
Status: RESOLVED FIXED    
Severity: normal CC: anton.gubarkov, axl, b.buschinski, cctsurf, christian, info, jasmin+gentoo, jstein, perfinion, weiping_xu
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Alexandru N. Barloiu 2019-12-02 17:44:07 UTC
line 91 in ebuild is a rm || die. this line:

		use eclipse || remove+=( libnvvp libnsight nsightee_plugins nsight-compute-2019.4.0 nsight-systems-2019.3.7.5 bin/nsight bin/nsight_ee_plugins_manage.sh bin/nvvp bin/computeprof )

But nsight-compute-2019.5.0 nsight-systems-2019.5.2 have been updated. Changed with correct versions, the package merges correctly. 

		use eclipse || remove+=( libnvvp libnsight nsightee_plugins nsight-compute-2019.5.0 nsight-systems-2019.5.2 bin/nsight bin/nsight_ee_plugins_manage.sh bin/nvvp bin/computeprof )




Reproducible: Always

Steps to Reproduce:
1.just emerge package
Comment 1 Benda Xu gentoo-dev 2019-12-03 11:55:46 UTC
@perfinion Hi Jason, would you please have a look at this bug?
Comment 2 Boris Bigott 2019-12-05 11:58:05 UTC
I can confirm this. Updating the version as in the previous comment fixes this.
Comment 3 Larry the Git Cow gentoo-dev 2019-12-05 17:02:48 UTC
The bug has been closed via the following commit(s):

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

commit bb319eabb73f9f999384a4d4cfad0212f11cac34
Author:     Jason Zaman <perfinion@gentoo.org>
AuthorDate: 2019-12-05 17:01:52 +0000
Commit:     Jason Zaman <perfinion@gentoo.org>
CommitDate: 2019-12-05 17:02:30 +0000

    dev-util/nvidia-cuda-toolkit: fix install with use -eclipse
    
    Closes: https://bugs.gentoo.org/701788
    Package-Manager: Portage-2.3.79, Repoman-2.3.16
    Signed-off-by: Jason Zaman <perfinion@gentoo.org>

 dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.2.89.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)