Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 701788 - dev-util/nvidia-cuda-toolkit-10.2.89 ebuild wants to delete non existent files
Summary: dev-util/nvidia-cuda-toolkit-10.2.89 ebuild wants to delete non existent files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 2 votes (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-02 17:44 UTC by Alexandru N. Barloiu
Modified: 2019-12-05 17:02 UTC (History)
10 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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(-)