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

Bug 100473

Summary: mono-1.1.8.2 possible sandbox problem
Product: Gentoo Linux Reporter: mgr3g0ry
Component: New packagesAssignee: dotnet project <dotnet>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description mgr3g0ry 2005-07-27 08:43:42 UTC
errors refer to build directory:

in [0x00289] (at
/var/tmp/portage/mono-1.1.8.2/work/mono-1.1.8.2/mcs/class/System/System.Diagnostics/Process.cs:823)
Syste m.Diagnostics.Process:Start_common (System.Diagnostics.ProcessStartInfo
startInfo, System.Diagnostics.Process process)


Reproducible: Always
Steps to Reproduce:
1. any program running off mono
2. cause error
3.

Actual Results:  
see error output in Details above

Expected Results:  
no errors/error report?
Comment 1 Peter Johanson (RETIRED) gentoo-dev 2005-08-04 11:15:51 UTC
This is definitely not a sandbox problem. When you request debugging info, you
get the full path to the source file when it was compiled. In this case, mono
was built in /var/tmp/portage. You'd see your homedir if you built mono by hand
and installed it into /usr/local/. Marking INVALID, please feel free to re-open
if you are actually experiencing problems as a result of this fact. Thanks.