Skip to content

Instantly share code, notes, and snippets.

@mandel-macaque
Created March 1, 2017 17:01
Show Gist options
  • Save mandel-macaque/2aaa73333c1f916d92baf4a94075ab04 to your computer and use it in GitHub Desktop.
Save mandel-macaque/2aaa73333c1f916d92baf4a94075ab04 to your computer and use it in GitHub Desktop.
Xamarin Studio Build Tool
Building: apitest (Debug|x86)
Performing main compilation…
Skipping project since output files are up to date
Build complete -- 0 errors, 0 warnings
Extracting embedded content
FATAL ERROR [2017-03-01 17:59:36Z]: System.AggregateException: One or more errors occurred. ---> System.UnauthorizedAccessException: Access to the path "/x86" is denied.
at System.IO.Directory.CreateDirectoriesInternal (System.String path) [0x00070] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.IO.Directory.CreateDirectory (System.String path) [0x000a4] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.IO.DirectoryInfo.Create () [0x00000] in <f712f98eb8e445c8918edaf595bbe465>:0
at (wrapper remoting-invoke-with-check) System.IO.DirectoryInfo:Create ()
at System.IO.Directory.CreateDirectoriesInternal (System.String path) [0x0003f] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.IO.Directory.CreateDirectory (System.String path) [0x000a4] in <f712f98eb8e445c8918edaf595bbe465>:0
at MonoDevelop.MonoMac.MonoMacBuildExtension.UnpackContent (MonoDevelop.Core.ProgressMonitor monitor, MonoDevelop.MonoMac.XamMacProjectFlavorBase proj, MonoDevelop.MonoMac.MonoMacProjectConfiguration cfg, System.Collections.Generic.List`1[T] assemblies, System.Collections.Generic.HashSet`1[T] contentFileHash) [0x002e6] in <169bc0356c924d07b5f75bd2c51e4f0c>:0
at MonoDevelop.MonoMac.MonoMacBuildExtension+<OnBuild>c__async0.MoveNext () [0x00806] in <169bc0356c924d07b5f75bd2c51e4f0c>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <f712f98eb8e445c8918edaf595bbe465>:0
at MonoDevelop.Projects.SolutionItem+<InternalBuild>c__async5.MoveNext () [0x001b1] in <a9ba8cae65a24619a757d3e12da051e9>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <f712f98eb8e445c8918edaf595bbe465>:0
at MonoDevelop.Projects.SolutionItem+<BuildTask>c__async4.MoveNext () [0x001a0] in <a9ba8cae65a24619a757d3e12da051e9>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <f712f98eb8e445c8918edaf595bbe465>:0
at MonoDevelop.Projects.BuildTool+<Run>c__async0.MoveNext () [0x005b6] in <a9ba8cae65a24619a757d3e12da051e9>:0
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional (System.Boolean includeTaskCanceledExceptions) [0x00014] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Threading.Tasks.Task`1[TResult].GetResultCore (System.Boolean waitCompletionNotification) [0x00034] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Threading.Tasks.Task`1[TResult].get_Result () [0x0000b] in <f712f98eb8e445c8918edaf595bbe465>:0
at MonoDevelopProcessHost.Main (System.String[] args) [0x00308] in <da171ebc37224807b49d8a5883be91d8>:0
---> (Inner Exception #0) System.UnauthorizedAccessException: Access to the path "/x86" is denied.
at System.IO.Directory.CreateDirectoriesInternal (System.String path) [0x00070] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.IO.Directory.CreateDirectory (System.String path) [0x000a4] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.IO.DirectoryInfo.Create () [0x00000] in <f712f98eb8e445c8918edaf595bbe465>:0
at (wrapper remoting-invoke-with-check) System.IO.DirectoryInfo:Create ()
at System.IO.Directory.CreateDirectoriesInternal (System.String path) [0x0003f] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.IO.Directory.CreateDirectory (System.String path) [0x000a4] in <f712f98eb8e445c8918edaf595bbe465>:0
at MonoDevelop.MonoMac.MonoMacBuildExtension.UnpackContent (MonoDevelop.Core.ProgressMonitor monitor, MonoDevelop.MonoMac.XamMacProjectFlavorBase proj, MonoDevelop.MonoMac.MonoMacProjectConfiguration cfg, System.Collections.Generic.List`1[T] assemblies, System.Collections.Generic.HashSet`1[T] contentFileHash) [0x002e6] in <169bc0356c924d07b5f75bd2c51e4f0c>:0
at MonoDevelop.MonoMac.MonoMacBuildExtension+<OnBuild>c__async0.MoveNext () [0x00806] in <169bc0356c924d07b5f75bd2c51e4f0c>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <f712f98eb8e445c8918edaf595bbe465>:0
at MonoDevelop.Projects.SolutionItem+<InternalBuild>c__async5.MoveNext () [0x001b1] in <a9ba8cae65a24619a757d3e12da051e9>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <f712f98eb8e445c8918edaf595bbe465>:0
at MonoDevelop.Projects.SolutionItem+<BuildTask>c__async4.MoveNext () [0x001a0] in <a9ba8cae65a24619a757d3e12da051e9>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <f712f98eb8e445c8918edaf595bbe465>:0
at MonoDevelop.Projects.BuildTool+<Run>c__async0.MoveNext () [0x005b6] in <a9ba8cae65a24619a757d3e12da051e9>:0 <---
make[3]: *** [build-mac-classic-apitest] Error 255
Xamarin Studio Build Tool
Building: dontlink-mac (Debug|x86)
Performing main compilation…
Skipping project since output files are up to date
Build complete -- 0 errors, 0 warnings
Extracting embedded content
FATAL ERROR [2017-03-01 17:59:42Z]: System.AggregateException: One or more errors occurred. ---> System.UnauthorizedAccessException: Access to the path "/x86" is denied.
at System.IO.Directory.CreateDirectoriesInternal (System.String path) [0x00070] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.IO.Directory.CreateDirectory (System.String path) [0x000a4] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.IO.DirectoryInfo.Create () [0x00000] in <f712f98eb8e445c8918edaf595bbe465>:0
at (wrapper remoting-invoke-with-check) System.IO.DirectoryInfo:Create ()
at System.IO.Directory.CreateDirectoriesInternal (System.String path) [0x0003f] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.IO.Directory.CreateDirectory (System.String path) [0x000a4] in <f712f98eb8e445c8918edaf595bbe465>:0
at MonoDevelop.MonoMac.MonoMacBuildExtension.UnpackContent (MonoDevelop.Core.ProgressMonitor monitor, MonoDevelop.MonoMac.XamMacProjectFlavorBase proj, MonoDevelop.MonoMac.MonoMacProjectConfiguration cfg, System.Collections.Generic.List`1[T] assemblies, System.Collections.Generic.HashSet`1[T] contentFileHash) [0x002e6] in <169bc0356c924d07b5f75bd2c51e4f0c>:0
at MonoDevelop.MonoMac.MonoMacBuildExtension+<OnBuild>c__async0.MoveNext () [0x00806] in <169bc0356c924d07b5f75bd2c51e4f0c>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <f712f98eb8e445c8918edaf595bbe465>:0
at MonoDevelop.Projects.SolutionItem+<InternalBuild>c__async5.MoveNext () [0x001b1] in <a9ba8cae65a24619a757d3e12da051e9>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <f712f98eb8e445c8918edaf595bbe465>:0
at MonoDevelop.Projects.SolutionItem+<BuildTask>c__async4.MoveNext () [0x001a0] in <a9ba8cae65a24619a757d3e12da051e9>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <f712f98eb8e445c8918edaf595bbe465>:0
at MonoDevelop.Projects.BuildTool+<Run>c__async0.MoveNext () [0x005b6] in <a9ba8cae65a24619a757d3e12da051e9>:0
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional (System.Boolean includeTaskCanceledExceptions) [0x00014] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Threading.Tasks.Task`1[TResult].GetResultCore (System.Boolean waitCompletionNotification) [0x00034] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Threading.Tasks.Task`1[TResult].get_Result () [0x0000b] in <f712f98eb8e445c8918edaf595bbe465>:0
at MonoDevelopProcessHost.Main (System.String[] args) [0x00308] in <da171ebc37224807b49d8a5883be91d8>:0
---> (Inner Exception #0) System.UnauthorizedAccessException: Access to the path "/x86" is denied.
at System.IO.Directory.CreateDirectoriesInternal (System.String path) [0x00070] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.IO.Directory.CreateDirectory (System.String path) [0x000a4] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.IO.DirectoryInfo.Create () [0x00000] in <f712f98eb8e445c8918edaf595bbe465>:0
at (wrapper remoting-invoke-with-check) System.IO.DirectoryInfo:Create ()
at System.IO.Directory.CreateDirectoriesInternal (System.String path) [0x0003f] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.IO.Directory.CreateDirectory (System.String path) [0x000a4] in <f712f98eb8e445c8918edaf595bbe465>:0
at MonoDevelop.MonoMac.MonoMacBuildExtension.UnpackContent (MonoDevelop.Core.ProgressMonitor monitor, MonoDevelop.MonoMac.XamMacProjectFlavorBase proj, MonoDevelop.MonoMac.MonoMacProjectConfiguration cfg, System.Collections.Generic.List`1[T] assemblies, System.Collections.Generic.HashSet`1[T] contentFileHash) [0x002e6] in <169bc0356c924d07b5f75bd2c51e4f0c>:0
at MonoDevelop.MonoMac.MonoMacBuildExtension+<OnBuild>c__async0.MoveNext () [0x00806] in <169bc0356c924d07b5f75bd2c51e4f0c>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <f712f98eb8e445c8918edaf595bbe465>:0
at MonoDevelop.Projects.SolutionItem+<InternalBuild>c__async5.MoveNext () [0x001b1] in <a9ba8cae65a24619a757d3e12da051e9>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <f712f98eb8e445c8918edaf595bbe465>:0
at MonoDevelop.Projects.SolutionItem+<BuildTask>c__async4.MoveNext () [0x001a0] in <a9ba8cae65a24619a757d3e12da051e9>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <f712f98eb8e445c8918edaf595bbe465>:0
at MonoDevelop.Projects.BuildTool+<Run>c__async0.MoveNext () [0x005b6] in <a9ba8cae65a24619a757d3e12da051e9>:0 <---
make[3]: *** [build-mac-classic-dontlink] Error 255
Xamarin Studio Build Tool
Loading solution: /Users/mandel/Xamarin/maccore-master/xamarin-macios/tests/introspection/Mac/introspection-mac.sln
Loading projects ..
Building Solution: introspection-mac (Debug|x86)
Build started 3/1/2017 5:59:49 PM.
__________________________________________________
Project "/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/guiunit/src/framework/GuiUnit_NET_4_5.csproj" (Build
target(s)):
Target PrepareForBuild:
Configuration: Debug Platform: AnyCPU
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target _GenerateTargetFrameworkMonikerAttribute:
Skipping target "_GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date.
Target CoreCompile:
Skipping target "CoreCompile" because its outputs are up-to-date.
Done building project "/Users/mandel/Xamarin/maccore-master/xamarin-macios/external/guiunit/src/framework/GuiUnit_NET_4_5.csproj".
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:01.1032330
FATAL ERROR [2017-03-01 17:59:51Z]: System.AggregateException: One or more errors occurred. ---> System.UnauthorizedAccessException: Access to the path "/x86" is denied.
at System.IO.Directory.CreateDirectoriesInternal (System.String path) [0x00070] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.IO.Directory.CreateDirectory (System.String path) [0x000a4] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.IO.DirectoryInfo.Create () [0x00000] in <f712f98eb8e445c8918edaf595bbe465>:0
at (wrapper remoting-invoke-with-check) System.IO.DirectoryInfo:Create ()
at System.IO.Directory.CreateDirectoriesInternal (System.String path) [0x0003f] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.IO.Directory.CreateDirectory (System.String path) [0x000a4] in <f712f98eb8e445c8918edaf595bbe465>:0
at MonoDevelop.MonoMac.MonoMacBuildExtension.UnpackContent (MonoDevelop.Core.ProgressMonitor monitor, MonoDevelop.MonoMac.XamMacProjectFlavorBase proj, MonoDevelop.MonoMac.MonoMacProjectConfiguration cfg, System.Collections.Generic.List`1[T] assemblies, System.Collections.Generic.HashSet`1[T] contentFileHash) [0x002e6] in <169bc0356c924d07b5f75bd2c51e4f0c>:0
at MonoDevelop.MonoMac.MonoMacBuildExtension+<OnBuild>c__async0.MoveNext () [0x00806] in <169bc0356c924d07b5f75bd2c51e4f0c>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <f712f98eb8e445c8918edaf595bbe465>:0
at MonoDevelop.Projects.SolutionItem+<InternalBuild>c__async5.MoveNext () [0x001b1] in <a9ba8cae65a24619a757d3e12da051e9>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <f712f98eb8e445c8918edaf595bbe465>:0
at MonoDevelop.Projects.SolutionItem+<BuildTask>c__async4.MoveNext () [0x001a0] in <a9ba8cae65a24619a757d3e12da051e9>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <f712f98eb8e445c8918edaf595bbe465>:0
at MonoDevelop.Projects.SolutionFolder+<RunParallelBuildOperation>c__async6+<RunParallelBuildOperation>c__AnonStorey15+<RunParallelBuildOperation>c__async14.MoveNext () [0x0015b] in <a9ba8cae65a24619a757d3e12da051e9>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <f712f98eb8e445c8918edaf595bbe465>:0
at MonoDevelop.Projects.SolutionFolder+<RunParallelBuildOperation>c__async6.MoveNext () [0x003ae] in <a9ba8cae65a24619a757d3e12da051e9>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <f712f98eb8e445c8918edaf595bbe465>:0
at MonoDevelop.Projects.SolutionFolder+<Build>c__async5.MoveNext () [0x00161] in <a9ba8cae65a24619a757d3e12da051e9>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <f712f98eb8e445c8918edaf595bbe465>:0
at MonoDevelop.Projects.Solution+<Build>c__async5.MoveNext () [0x0007c] in <a9ba8cae65a24619a757d3e12da051e9>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <f712f98eb8e445c8918edaf595bbe465>:0
at MonoDevelop.Projects.BuildTool+<Run>c__async0.MoveNext () [0x006d3] in <a9ba8cae65a24619a757d3e12da051e9>:0
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional (System.Boolean includeTaskCanceledExceptions) [0x00014] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Threading.Tasks.Task`1[TResult].GetResultCore (System.Boolean waitCompletionNotification) [0x00034] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Threading.Tasks.Task`1[TResult].get_Result () [0x0000b] in <f712f98eb8e445c8918edaf595bbe465>:0
at MonoDevelopProcessHost.Main (System.String[] args) [0x00308] in <da171ebc37224807b49d8a5883be91d8>:0
---> (Inner Exception #0) System.UnauthorizedAccessException: Access to the path "/x86" is denied.
at System.IO.Directory.CreateDirectoriesInternal (System.String path) [0x00070] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.IO.Directory.CreateDirectory (System.String path) [0x000a4] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.IO.DirectoryInfo.Create () [0x00000] in <f712f98eb8e445c8918edaf595bbe465>:0
at (wrapper remoting-invoke-with-check) System.IO.DirectoryInfo:Create ()
at System.IO.Directory.CreateDirectoriesInternal (System.String path) [0x0003f] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.IO.Directory.CreateDirectory (System.String path) [0x000a4] in <f712f98eb8e445c8918edaf595bbe465>:0
at MonoDevelop.MonoMac.MonoMacBuildExtension.UnpackContent (MonoDevelop.Core.ProgressMonitor monitor, MonoDevelop.MonoMac.XamMacProjectFlavorBase proj, MonoDevelop.MonoMac.MonoMacProjectConfiguration cfg, System.Collections.Generic.List`1[T] assemblies, System.Collections.Generic.HashSet`1[T] contentFileHash) [0x002e6] in <169bc0356c924d07b5f75bd2c51e4f0c>:0
at MonoDevelop.MonoMac.MonoMacBuildExtension+<OnBuild>c__async0.MoveNext () [0x00806] in <169bc0356c924d07b5f75bd2c51e4f0c>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <f712f98eb8e445c8918edaf595bbe465>:0
at MonoDevelop.Projects.SolutionItem+<InternalBuild>c__async5.MoveNext () [0x001b1] in <a9ba8cae65a24619a757d3e12da051e9>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <f712f98eb8e445c8918edaf595bbe465>:0
at MonoDevelop.Projects.SolutionItem+<BuildTask>c__async4.MoveNext () [0x001a0] in <a9ba8cae65a24619a757d3e12da051e9>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <f712f98eb8e445c8918edaf595bbe465>:0
at MonoDevelop.Projects.SolutionFolder+<RunParallelBuildOperation>c__async6+<RunParallelBuildOperation>c__AnonStorey15+<RunParallelBuildOperation>c__async14.MoveNext () [0x0015b] in <a9ba8cae65a24619a757d3e12da051e9>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <f712f98eb8e445c8918edaf595bbe465>:0
at MonoDevelop.Projects.SolutionFolder+<RunParallelBuildOperation>c__async6.MoveNext () [0x003ae] in <a9ba8cae65a24619a757d3e12da051e9>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <f712f98eb8e445c8918edaf595bbe465>:0
at MonoDevelop.Projects.SolutionFolder+<Build>c__async5.MoveNext () [0x00161] in <a9ba8cae65a24619a757d3e12da051e9>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <f712f98eb8e445c8918edaf595bbe465>:0
at MonoDevelop.Projects.Solution+<Build>c__async5.MoveNext () [0x0007c] in <a9ba8cae65a24619a757d3e12da051e9>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <f712f98eb8e445c8918edaf595bbe465>:0
at MonoDevelop.Projects.BuildTool+<Run>c__async0.MoveNext () [0x006d3] in <a9ba8cae65a24619a757d3e12da051e9>:0 <---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment