Summary: | sci-physics/root-6.28.02: SANDBOX ACCESS VIOLATION SUMMARY | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | APN-Pucky <alexander> |
Component: | Current packages | Assignee: | Guilherme Amadio <amadio> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | sci-physics |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=904292 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log
info.log |
Description
APN-Pucky
2023-05-06 20:31:27 UTC
Created attachment 861247 [details]
info.log
Weirdly, I have 6.26.08 installed with USE="cuda" and it installed, but it now fails to reinstall (also 6.28.00) USE="-cuda" works however I cannot reproduce this, I have ROOT with USE=cuda installed and did not hit this bug. This bug could be considered a duplicate (or consequence of) bug 904292. Since that bug has been fixed, this can be considered fixed as well. I had to add this (following see-also-bug) --- root-6.28.04.ebuild 2023-05-25 09:26:17.271624371 +0200 +++ ../../../gentoo/sci-physics/root/root-6.28.04.ebuild 2023-05-17 17:10:39.000000000 +0200 @@ -309,9 +309,6 @@ -Dxrootd=$(usex xrootd) ) - cuda_add_sandbox -w - addpredict /dev/char - # Needs to be here, otherwise gets overriden by cmake.eclass DCMAKE_BUILD_TYPE=$(usex debug RelWithDebInfo Release) cmake_src_configure } To resolve the bug on my side Oh, I see. I didn't notice that in the git log. Thanks! |