Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 905845 - sci-physics/root-6.28.02: SANDBOX ACCESS VIOLATION SUMMARY
Summary: sci-physics/root-6.28.02: SANDBOX ACCESS VIOLATION SUMMARY
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Guilherme Amadio
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-06 20:31 UTC by APN-Pucky
Modified: 2023-05-25 08:12 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,4.25 KB, text/x-log)
2023-05-06 20:31 UTC, APN-Pucky
Details
info.log (info.out,8.45 KB, text/plain)
2023-05-06 20:32 UTC, APN-Pucky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description APN-Pucky 2023-05-06 20:31:27 UTC
Created attachment 861246 [details]
build.log

-- Build files have been written to: /var/tmp/portage/sci-physics/root-6.28.02/work/root-6.28.02_build
>>> Source configured.
 * ----------------------- SANDBOX ACCESS VIOLATION SUMMARY -----------------------
 * LOG FILE: "/var/tmp/portage/sci-physics/root-6.28.02/temp/sandbox.log"
 * 
VERSION 1.0
FORMAT: F - Function called
FORMAT: S - Access Status
FORMAT: P - Path as passed to function
FORMAT: A - Absolute Path (not canonical)
FORMAT: R - Canonical Path
FORMAT: C - Command Line

F: remove
S: deny
P: /dev/char/195:255
A: /dev/char/195:255
R: /dev/char/195:255
C: /var/tmp/portage/sci-physics/root-6.28.02/work/root-6.28.02_build/CMakeFiles/3.25.3/CMakeDetermineCompilerABI_CUDA.bin 

F: symlink
S: deny
P: /dev/char/195:255
A: /dev/char/195:255
R: /dev/char/195:255
C: /var/tmp/portage/sci-physics/root-6.28.02/work/root-6.28.02_build/CMakeFiles/3.25.3/CMakeDetermineCompilerABI_CUDA.bin 

F: remove
S: deny
P: /dev/char/195:255
A: /dev/char/195:255
R: /dev/char/195:255
C: /var/tmp/portage/sci-physics/root-6.28.02/work/root-6.28.02_build/CMakeFiles/CMakeScratch/TryCompile-V88MOl/cmTC_7d23a 

F: symlink
S: deny
P: /dev/char/195:255
A: /dev/char/195:255
R: /dev/char/195:255
C: /var/tmp/portage/sci-physics/root-6.28.02/work/root-6.28.02_build/CMakeFiles/CMakeScratch/TryCompile-V88MOl/cmTC_7d23a 
 * --------------------------------------------------------------------------------
Comment 1 APN-Pucky 2023-05-06 20:32:44 UTC
Created attachment 861247 [details]
info.log
Comment 2 APN-Pucky 2023-05-06 20:39:19 UTC
Weirdly, I have 6.26.08 installed with USE="cuda" and it installed, but it now fails to reinstall (also 6.28.00)
Comment 3 APN-Pucky 2023-05-06 21:37:16 UTC
 USE="-cuda" works however
Comment 4 Guilherme Amadio gentoo-dev 2023-05-17 15:10:03 UTC
I cannot reproduce this, I have ROOT with USE=cuda installed and did not hit this bug.
Comment 5 Guilherme Amadio gentoo-dev 2023-05-24 06:57:29 UTC
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.
Comment 6 APN-Pucky 2023-05-25 07:30:17 UTC
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
Comment 7 Guilherme Amadio gentoo-dev 2023-05-25 08:12:54 UTC
Oh, I see. I didn't notice that in the git log. Thanks!