Advertisement
Guest User

Untitled

a guest
Aug 10th, 2019
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.91 KB | None | 0 0
  1. You might want to run 'apt --fix-broken install' to correct these.
  2. The following packages have unmet dependencies:
  3. mono-devel : Depends: libmono-2.0-dev (>= 6.0.0.319-0xamarin2+ubuntu1804b1) but 6.0.0.319-0xamarin1+ubuntu1804b1 is installed
  4. Depends: ca-certificates-mono (= 6.0.0.319-0xamarin2+ubuntu1804b1) but 5.18.1.28-0xamarin5+ubuntu1804b1 is installed
  5. E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
  6. j@HQ:~$ sudo apt --fix-broken install
  7. Reading package lists... Done
  8. Building dependency tree
  9. Reading state information... Done
  10. Correcting dependencies... Done
  11. The following packages were automatically installed and are no longer required:
  12. libnunit-cil-dev libnunit-console-runner2.6.3-cil
  13. libnunit-core-interfaces2.6.3-cil libnunit-core2.6.3-cil
  14. libnunit-framework2.6.3-cil libnunit-mocks2.6.3-cil libnunit-util2.6.3-cil
  15. Use 'sudo apt autoremove' to remove them.
  16. The following additional packages will be installed:
  17. ca-certificates-mono libmono-2.0-dev libmonosgen-2.0-1 libmonosgen-2.0-dev
  18. The following packages will be upgraded:
  19. ca-certificates-mono libmono-2.0-dev libmonosgen-2.0-1 libmonosgen-2.0-dev
  20. 4 upgraded, 0 newly installed, 0 to remove and 30 not upgraded.
  21. 152 not fully installed or removed.
  22. Need to get 0 B/3687 kB of archives.
  23. After this operation, 2048 B of additional disk space will be used.
  24. Do you want to continue? [Y/n] y
  25. (Reading database ... 287523 files and directories currently installed.)
  26. Preparing to unpack .../libmono-2.0-dev_6.0.0.319-0xamarin2+ubuntu1804b1_amd64.deb ...
  27. Unpacking libmono-2.0-dev (6.0.0.319-0xamarin2+ubuntu1804b1) over (6.0.0.319-0xamarin1+ubuntu1804b1) ...
  28. Preparing to unpack .../libmonosgen-2.0-dev_6.0.0.319-0xamarin2+ubuntu1804b1_amd64.deb ...
  29. Unpacking libmonosgen-2.0-dev (6.0.0.319-0xamarin2+ubuntu1804b1) over (6.0.0.319-0xamarin1+ubuntu1804b1) ...
  30. Preparing to unpack .../libmonosgen-2.0-1_6.0.0.319-0xamarin2+ubuntu1804b1_amd64.deb ...
  31. Unpacking libmonosgen-2.0-1 (6.0.0.319-0xamarin2+ubuntu1804b1) over (6.0.0.319-0xamarin1+ubuntu1804b1) ...
  32. Setting up mono-gac (6.0.0.319-0xamarin2+ubuntu1804b1) ...
  33. * Installing 1 assembly from libnunit-console-runner2.6.3-cil into Mono
  34.  
  35. Unhandled Exception:
  36. System.DllNotFoundException: /usr/lib/../lib/libmono-system-native.so
  37. at (wrapper managed-to-native) Interop+Sys.Stat(byte&,Interop/Sys/FileStatus&)
  38. at Interop+Sys.Stat (System.ReadOnlySpan`1[T] path, Interop+Sys+FileStatus& output) [0x00028] in <15c986724bdc480293909469513cfdb3>:0
  39. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath, System.Int32 fileType, Interop+ErrorInfo& errorInfo) [0x00007] in <15c986724bdc480293909469513cfdb3>:0
  40. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath) [0x00006] in <15c986724bdc480293909469513cfdb3>:0
  41. at System.IO.File.Exists (System.String path) [0x00043] in <15c986724bdc480293909469513cfdb3>:0
  42. at Mono.Tools.Driver.LoadConfig (System.Boolean quiet) [0x00028] in <49d93baa009546faaaadbfeacd30aa79>:0
  43. at Mono.Tools.Driver.Main (System.String[] args) [0x00351] in <49d93baa009546faaaadbfeacd30aa79>:0
  44. [ERROR] FATAL UNHANDLED EXCEPTION: System.DllNotFoundException: /usr/lib/../lib/libmono-system-native.so
  45. at (wrapper managed-to-native) Interop+Sys.Stat(byte&,Interop/Sys/FileStatus&)
  46. at Interop+Sys.Stat (System.ReadOnlySpan`1[T] path, Interop+Sys+FileStatus& output) [0x00028] in <15c986724bdc480293909469513cfdb3>:0
  47. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath, System.Int32 fileType, Interop+ErrorInfo& errorInfo) [0x00007] in <15c986724bdc480293909469513cfdb3>:0
  48. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath) [0x00006] in <15c986724bdc480293909469513cfdb3>:0
  49. at System.IO.File.Exists (System.String path) [0x00043] in <15c986724bdc480293909469513cfdb3>:0
  50. at Mono.Tools.Driver.LoadConfig (System.Boolean quiet) [0x00028] in <49d93baa009546faaaadbfeacd30aa79>:0
  51. at Mono.Tools.Driver.Main (System.String[] args) [0x00351] in <49d93baa009546faaaadbfeacd30aa79>:0
  52. E: installing Assembly /usr/lib/cli/nunit-console-runner-2.6.3/nunit-console-runner.dll failed
  53. E: Installation of libnunit-console-runner2.6.3-cil with /usr/share/cli-common/runtimes.d/mono failed
  54. * Installing 1 assembly from libnunit-core-interfaces2.6.3-cil into Mono
  55.  
  56. Unhandled Exception:
  57. System.DllNotFoundException: /usr/lib/../lib/libmono-system-native.so
  58. at (wrapper managed-to-native) Interop+Sys.Stat(byte&,Interop/Sys/FileStatus&)
  59. at Interop+Sys.Stat (System.ReadOnlySpan`1[T] path, Interop+Sys+FileStatus& output) [0x00028] in <15c986724bdc480293909469513cfdb3>:0
  60. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath, System.Int32 fileType, Interop+ErrorInfo& errorInfo) [0x00007] in <15c986724bdc480293909469513cfdb3>:0
  61. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath) [0x00006] in <15c986724bdc480293909469513cfdb3>:0
  62. at System.IO.File.Exists (System.String path) [0x00043] in <15c986724bdc480293909469513cfdb3>:0
  63. at Mono.Tools.Driver.LoadConfig (System.Boolean quiet) [0x00028] in <49d93baa009546faaaadbfeacd30aa79>:0
  64. at Mono.Tools.Driver.Main (System.String[] args) [0x00351] in <49d93baa009546faaaadbfeacd30aa79>:0
  65. [ERROR] FATAL UNHANDLED EXCEPTION: System.DllNotFoundException: /usr/lib/../lib/libmono-system-native.so
  66. at (wrapper managed-to-native) Interop+Sys.Stat(byte&,Interop/Sys/FileStatus&)
  67. at Interop+Sys.Stat (System.ReadOnlySpan`1[T] path, Interop+Sys+FileStatus& output) [0x00028] in <15c986724bdc480293909469513cfdb3>:0
  68. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath, System.Int32 fileType, Interop+ErrorInfo& errorInfo) [0x00007] in <15c986724bdc480293909469513cfdb3>:0
  69. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath) [0x00006] in <15c986724bdc480293909469513cfdb3>:0
  70. at System.IO.File.Exists (System.String path) [0x00043] in <15c986724bdc480293909469513cfdb3>:0
  71. at Mono.Tools.Driver.LoadConfig (System.Boolean quiet) [0x00028] in <49d93baa009546faaaadbfeacd30aa79>:0
  72. at Mono.Tools.Driver.Main (System.String[] args) [0x00351] in <49d93baa009546faaaadbfeacd30aa79>:0
  73. E: installing Assembly /usr/lib/cli/nunit.core.interfaces-2.6.3/nunit.core.interfaces.dll failed
  74. E: Installation of libnunit-core-interfaces2.6.3-cil with /usr/share/cli-common/runtimes.d/mono failed
  75. * Installing 1 assembly from libnunit-core2.6.3-cil into Mono
  76.  
  77. Unhandled Exception:
  78. System.DllNotFoundException: /usr/lib/../lib/libmono-system-native.so
  79. at (wrapper managed-to-native) Interop+Sys.Stat(byte&,Interop/Sys/FileStatus&)
  80. at Interop+Sys.Stat (System.ReadOnlySpan`1[T] path, Interop+Sys+FileStatus& output) [0x00028] in <15c986724bdc480293909469513cfdb3>:0
  81. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath, System.Int32 fileType, Interop+ErrorInfo& errorInfo) [0x00007] in <15c986724bdc480293909469513cfdb3>:0
  82. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath) [0x00006] in <15c986724bdc480293909469513cfdb3>:0
  83. at System.IO.File.Exists (System.String path) [0x00043] in <15c986724bdc480293909469513cfdb3>:0
  84. at Mono.Tools.Driver.LoadConfig (System.Boolean quiet) [0x00028] in <49d93baa009546faaaadbfeacd30aa79>:0
  85. at Mono.Tools.Driver.Main (System.String[] args) [0x00351] in <49d93baa009546faaaadbfeacd30aa79>:0
  86. [ERROR] FATAL UNHANDLED EXCEPTION: System.DllNotFoundException: /usr/lib/../lib/libmono-system-native.so
  87. at (wrapper managed-to-native) Interop+Sys.Stat(byte&,Interop/Sys/FileStatus&)
  88. at Interop+Sys.Stat (System.ReadOnlySpan`1[T] path, Interop+Sys+FileStatus& output) [0x00028] in <15c986724bdc480293909469513cfdb3>:0
  89. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath, System.Int32 fileType, Interop+ErrorInfo& errorInfo) [0x00007] in <15c986724bdc480293909469513cfdb3>:0
  90. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath) [0x00006] in <15c986724bdc480293909469513cfdb3>:0
  91. at System.IO.File.Exists (System.String path) [0x00043] in <15c986724bdc480293909469513cfdb3>:0
  92. at Mono.Tools.Driver.LoadConfig (System.Boolean quiet) [0x00028] in <49d93baa009546faaaadbfeacd30aa79>:0
  93. at Mono.Tools.Driver.Main (System.String[] args) [0x00351] in <49d93baa009546faaaadbfeacd30aa79>:0
  94. E: installing Assembly /usr/lib/cli/nunit.core-2.6.3/nunit.core.dll failed
  95. E: Installation of libnunit-core2.6.3-cil with /usr/share/cli-common/runtimes.d/mono failed
  96. * Installing 1 assembly from libnunit-framework2.6.3-cil into Mono
  97.  
  98. Unhandled Exception:
  99. System.DllNotFoundException: /usr/lib/../lib/libmono-system-native.so
  100. at (wrapper managed-to-native) Interop+Sys.Stat(byte&,Interop/Sys/FileStatus&)
  101. at Interop+Sys.Stat (System.ReadOnlySpan`1[T] path, Interop+Sys+FileStatus& output) [0x00028] in <15c986724bdc480293909469513cfdb3>:0
  102. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath, System.Int32 fileType, Interop+ErrorInfo& errorInfo) [0x00007] in <15c986724bdc480293909469513cfdb3>:0
  103. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath) [0x00006] in <15c986724bdc480293909469513cfdb3>:0
  104. at System.IO.File.Exists (System.String path) [0x00043] in <15c986724bdc480293909469513cfdb3>:0
  105. at Mono.Tools.Driver.LoadConfig (System.Boolean quiet) [0x00028] in <49d93baa009546faaaadbfeacd30aa79>:0
  106. at Mono.Tools.Driver.Main (System.String[] args) [0x00351] in <49d93baa009546faaaadbfeacd30aa79>:0
  107. [ERROR] FATAL UNHANDLED EXCEPTION: System.DllNotFoundException: /usr/lib/../lib/libmono-system-native.so
  108. at (wrapper managed-to-native) Interop+Sys.Stat(byte&,Interop/Sys/FileStatus&)
  109. at Interop+Sys.Stat (System.ReadOnlySpan`1[T] path, Interop+Sys+FileStatus& output) [0x00028] in <15c986724bdc480293909469513cfdb3>:0
  110. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath, System.Int32 fileType, Interop+ErrorInfo& errorInfo) [0x00007] in <15c986724bdc480293909469513cfdb3>:0
  111. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath) [0x00006] in <15c986724bdc480293909469513cfdb3>:0
  112. at System.IO.File.Exists (System.String path) [0x00043] in <15c986724bdc480293909469513cfdb3>:0
  113. at Mono.Tools.Driver.LoadConfig (System.Boolean quiet) [0x00028] in <49d93baa009546faaaadbfeacd30aa79>:0
  114. at Mono.Tools.Driver.Main (System.String[] args) [0x00351] in <49d93baa009546faaaadbfeacd30aa79>:0
  115. E: installing Assembly /usr/lib/cli/nunit.framework-2.6.3/nunit.framework.dll failed
  116. E: Installation of libnunit-framework2.6.3-cil with /usr/share/cli-common/runtimes.d/mono failed
  117. * Installing 1 assembly from libnunit-mocks2.6.3-cil into Mono
  118.  
  119. Unhandled Exception:
  120. System.DllNotFoundException: /usr/lib/../lib/libmono-system-native.so
  121. at (wrapper managed-to-native) Interop+Sys.Stat(byte&,Interop/Sys/FileStatus&)
  122. at Interop+Sys.Stat (System.ReadOnlySpan`1[T] path, Interop+Sys+FileStatus& output) [0x00028] in <15c986724bdc480293909469513cfdb3>:0
  123. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath, System.Int32 fileType, Interop+ErrorInfo& errorInfo) [0x00007] in <15c986724bdc480293909469513cfdb3>:0
  124. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath) [0x00006] in <15c986724bdc480293909469513cfdb3>:0
  125. at System.IO.File.Exists (System.String path) [0x00043] in <15c986724bdc480293909469513cfdb3>:0
  126. at Mono.Tools.Driver.LoadConfig (System.Boolean quiet) [0x00028] in <49d93baa009546faaaadbfeacd30aa79>:0
  127. at Mono.Tools.Driver.Main (System.String[] args) [0x00351] in <49d93baa009546faaaadbfeacd30aa79>:0
  128. [ERROR] FATAL UNHANDLED EXCEPTION: System.DllNotFoundException: /usr/lib/../lib/libmono-system-native.so
  129. at (wrapper managed-to-native) Interop+Sys.Stat(byte&,Interop/Sys/FileStatus&)
  130. at Interop+Sys.Stat (System.ReadOnlySpan`1[T] path, Interop+Sys+FileStatus& output) [0x00028] in <15c986724bdc480293909469513cfdb3>:0
  131. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath, System.Int32 fileType, Interop+ErrorInfo& errorInfo) [0x00007] in <15c986724bdc480293909469513cfdb3>:0
  132. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath) [0x00006] in <15c986724bdc480293909469513cfdb3>:0
  133. at System.IO.File.Exists (System.String path) [0x00043] in <15c986724bdc480293909469513cfdb3>:0
  134. at Mono.Tools.Driver.LoadConfig (System.Boolean quiet) [0x00028] in <49d93baa009546faaaadbfeacd30aa79>:0
  135. at Mono.Tools.Driver.Main (System.String[] args) [0x00351] in <49d93baa009546faaaadbfeacd30aa79>:0
  136. E: installing Assembly /usr/lib/cli/nunit.mocks-2.6.3/nunit.mocks.dll failed
  137. E: Installation of libnunit-mocks2.6.3-cil with /usr/share/cli-common/runtimes.d/mono failed
  138. * Installing 1 assembly from libnunit-util2.6.3-cil into Mono
  139.  
  140. Unhandled Exception:
  141. System.DllNotFoundException: /usr/lib/../lib/libmono-system-native.so
  142. at (wrapper managed-to-native) Interop+Sys.Stat(byte&,Interop/Sys/FileStatus&)
  143. at Interop+Sys.Stat (System.ReadOnlySpan`1[T] path, Interop+Sys+FileStatus& output) [0x00028] in <15c986724bdc480293909469513cfdb3>:0
  144. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath, System.Int32 fileType, Interop+ErrorInfo& errorInfo) [0x00007] in <15c986724bdc480293909469513cfdb3>:0
  145. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath) [0x00006] in <15c986724bdc480293909469513cfdb3>:0
  146. at System.IO.File.Exists (System.String path) [0x00043] in <15c986724bdc480293909469513cfdb3>:0
  147. at Mono.Tools.Driver.LoadConfig (System.Boolean quiet) [0x00028] in <49d93baa009546faaaadbfeacd30aa79>:0
  148. at Mono.Tools.Driver.Main (System.String[] args) [0x00351] in <49d93baa009546faaaadbfeacd30aa79>:0
  149. [ERROR] FATAL UNHANDLED EXCEPTION: System.DllNotFoundException: /usr/lib/../lib/libmono-system-native.so
  150. at (wrapper managed-to-native) Interop+Sys.Stat(byte&,Interop/Sys/FileStatus&)
  151. at Interop+Sys.Stat (System.ReadOnlySpan`1[T] path, Interop+Sys+FileStatus& output) [0x00028] in <15c986724bdc480293909469513cfdb3>:0
  152. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath, System.Int32 fileType, Interop+ErrorInfo& errorInfo) [0x00007] in <15c986724bdc480293909469513cfdb3>:0
  153. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath) [0x00006] in <15c986724bdc480293909469513cfdb3>:0
  154. at System.IO.File.Exists (System.String path) [0x00043] in <15c986724bdc480293909469513cfdb3>:0
  155. at Mono.Tools.Driver.LoadConfig (System.Boolean quiet) [0x00028] in <49d93baa009546faaaadbfeacd30aa79>:0
  156. at Mono.Tools.Driver.Main (System.String[] args) [0x00351] in <49d93baa009546faaaadbfeacd30aa79>:0
  157. E: installing Assembly /usr/lib/cli/nunit.util-2.6.3/nunit.util.dll failed
  158. E: Installation of libnunit-util2.6.3-cil with /usr/share/cli-common/runtimes.d/mono failed
  159. * Installing 1 assembly from policy.2.6.nunit-console-runner into Mono
  160.  
  161. Unhandled Exception:
  162. System.DllNotFoundException: /usr/lib/../lib/libmono-system-native.so
  163. at (wrapper managed-to-native) Interop+Sys.Stat(byte&,Interop/Sys/FileStatus&)
  164. at Interop+Sys.Stat (System.ReadOnlySpan`1[T] path, Interop+Sys+FileStatus& output) [0x00028] in <15c986724bdc480293909469513cfdb3>:0
  165. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath, System.Int32 fileType, Interop+ErrorInfo& errorInfo) [0x00007] in <15c986724bdc480293909469513cfdb3>:0
  166. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath) [0x00006] in <15c986724bdc480293909469513cfdb3>:0
  167. at System.IO.File.Exists (System.String path) [0x00043] in <15c986724bdc480293909469513cfdb3>:0
  168. at Mono.Tools.Driver.LoadConfig (System.Boolean quiet) [0x00028] in <49d93baa009546faaaadbfeacd30aa79>:0
  169. at Mono.Tools.Driver.Main (System.String[] args) [0x00351] in <49d93baa009546faaaadbfeacd30aa79>:0
  170. [ERROR] FATAL UNHANDLED EXCEPTION: System.DllNotFoundException: /usr/lib/../lib/libmono-system-native.so
  171. at (wrapper managed-to-native) Interop+Sys.Stat(byte&,Interop/Sys/FileStatus&)
  172. at Interop+Sys.Stat (System.ReadOnlySpan`1[T] path, Interop+Sys+FileStatus& output) [0x00028] in <15c986724bdc480293909469513cfdb3>:0
  173. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath, System.Int32 fileType, Interop+ErrorInfo& errorInfo) [0x00007] in <15c986724bdc480293909469513cfdb3>:0
  174. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath) [0x00006] in <15c986724bdc480293909469513cfdb3>:0
  175. at System.IO.File.Exists (System.String path) [0x00043] in <15c986724bdc480293909469513cfdb3>:0
  176. at Mono.Tools.Driver.LoadConfig (System.Boolean quiet) [0x00028] in <49d93baa009546faaaadbfeacd30aa79>:0
  177. at Mono.Tools.Driver.Main (System.String[] args) [0x00351] in <49d93baa009546faaaadbfeacd30aa79>:0
  178. E: installing Assembly /usr/share/cli-common/policies.d/libnunit-console-runner2.6.3-cil/policy.2.6.nunit-console-runner.dll failed
  179. E: Installation of policy.2.6.nunit-console-runner with /usr/share/cli-common/runtimes.d/mono failed
  180. * Installing 1 assembly from policy.2.6.nunit.core into Mono
  181.  
  182. Unhandled Exception:
  183. System.DllNotFoundException: /usr/lib/../lib/libmono-system-native.so
  184. at (wrapper managed-to-native) Interop+Sys.Stat(byte&,Interop/Sys/FileStatus&)
  185. at Interop+Sys.Stat (System.ReadOnlySpan`1[T] path, Interop+Sys+FileStatus& output) [0x00028] in <15c986724bdc480293909469513cfdb3>:0
  186. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath, System.Int32 fileType, Interop+ErrorInfo& errorInfo) [0x00007] in <15c986724bdc480293909469513cfdb3>:0
  187. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath) [0x00006] in <15c986724bdc480293909469513cfdb3>:0
  188. at System.IO.File.Exists (System.String path) [0x00043] in <15c986724bdc480293909469513cfdb3>:0
  189. at Mono.Tools.Driver.LoadConfig (System.Boolean quiet) [0x00028] in <49d93baa009546faaaadbfeacd30aa79>:0
  190. at Mono.Tools.Driver.Main (System.String[] args) [0x00351] in <49d93baa009546faaaadbfeacd30aa79>:0
  191. [ERROR] FATAL UNHANDLED EXCEPTION: System.DllNotFoundException: /usr/lib/../lib/libmono-system-native.so
  192. at (wrapper managed-to-native) Interop+Sys.Stat(byte&,Interop/Sys/FileStatus&)
  193. at Interop+Sys.Stat (System.ReadOnlySpan`1[T] path, Interop+Sys+FileStatus& output) [0x00028] in <15c986724bdc480293909469513cfdb3>:0
  194. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath, System.Int32 fileType, Interop+ErrorInfo& errorInfo) [0x00007] in <15c986724bdc480293909469513cfdb3>:0
  195. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath) [0x00006] in <15c986724bdc480293909469513cfdb3>:0
  196. at System.IO.File.Exists (System.String path) [0x00043] in <15c986724bdc480293909469513cfdb3>:0
  197. at Mono.Tools.Driver.LoadConfig (System.Boolean quiet) [0x00028] in <49d93baa009546faaaadbfeacd30aa79>:0
  198. at Mono.Tools.Driver.Main (System.String[] args) [0x00351] in <49d93baa009546faaaadbfeacd30aa79>:0
  199. E: installing Assembly /usr/share/cli-common/policies.d/libnunit-core2.6.3-cil/policy.2.6.nunit.core.dll failed
  200. E: Installation of policy.2.6.nunit.core with /usr/share/cli-common/runtimes.d/mono failed
  201. * Installing 1 assembly from policy.2.6.nunit.core.interfaces into Mono
  202.  
  203. Unhandled Exception:
  204. System.DllNotFoundException: /usr/lib/../lib/libmono-system-native.so
  205. at (wrapper managed-to-native) Interop+Sys.Stat(byte&,Interop/Sys/FileStatus&)
  206. at Interop+Sys.Stat (System.ReadOnlySpan`1[T] path, Interop+Sys+FileStatus& output) [0x00028] in <15c986724bdc480293909469513cfdb3>:0
  207. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath, System.Int32 fileType, Interop+ErrorInfo& errorInfo) [0x00007] in <15c986724bdc480293909469513cfdb3>:0
  208. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath) [0x00006] in <15c986724bdc480293909469513cfdb3>:0
  209. at System.IO.File.Exists (System.String path) [0x00043] in <15c986724bdc480293909469513cfdb3>:0
  210. at Mono.Tools.Driver.LoadConfig (System.Boolean quiet) [0x00028] in <49d93baa009546faaaadbfeacd30aa79>:0
  211. at Mono.Tools.Driver.Main (System.String[] args) [0x00351] in <49d93baa009546faaaadbfeacd30aa79>:0
  212. [ERROR] FATAL UNHANDLED EXCEPTION: System.DllNotFoundException: /usr/lib/../lib/libmono-system-native.so
  213. at (wrapper managed-to-native) Interop+Sys.Stat(byte&,Interop/Sys/FileStatus&)
  214. at Interop+Sys.Stat (System.ReadOnlySpan`1[T] path, Interop+Sys+FileStatus& output) [0x00028] in <15c986724bdc480293909469513cfdb3>:0
  215. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath, System.Int32 fileType, Interop+ErrorInfo& errorInfo) [0x00007] in <15c986724bdc480293909469513cfdb3>:0
  216. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath) [0x00006] in <15c986724bdc480293909469513cfdb3>:0
  217. at System.IO.File.Exists (System.String path) [0x00043] in <15c986724bdc480293909469513cfdb3>:0
  218. at Mono.Tools.Driver.LoadConfig (System.Boolean quiet) [0x00028] in <49d93baa009546faaaadbfeacd30aa79>:0
  219. at Mono.Tools.Driver.Main (System.String[] args) [0x00351] in <49d93baa009546faaaadbfeacd30aa79>:0
  220. E: installing Assembly /usr/share/cli-common/policies.d/libnunit-core-interfaces2.6.3-cil/policy.2.6.nunit.core.interfaces.dll failed
  221. E: Installation of policy.2.6.nunit.core.interfaces with /usr/share/cli-common/runtimes.d/mono failed
  222. * Installing 1 assembly from policy.2.6.nunit.framework into Mono
  223.  
  224. Unhandled Exception:
  225. System.DllNotFoundException: /usr/lib/../lib/libmono-system-native.so
  226. at (wrapper managed-to-native) Interop+Sys.Stat(byte&,Interop/Sys/FileStatus&)
  227. at Interop+Sys.Stat (System.ReadOnlySpan`1[T] path, Interop+Sys+FileStatus& output) [0x00028] in <15c986724bdc480293909469513cfdb3>:0
  228. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath, System.Int32 fileType, Interop+ErrorInfo& errorInfo) [0x00007] in <15c986724bdc480293909469513cfdb3>:0
  229. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath) [0x00006] in <15c986724bdc480293909469513cfdb3>:0
  230. at System.IO.File.Exists (System.String path) [0x00043] in <15c986724bdc480293909469513cfdb3>:0
  231. at Mono.Tools.Driver.LoadConfig (System.Boolean quiet) [0x00028] in <49d93baa009546faaaadbfeacd30aa79>:0
  232. at Mono.Tools.Driver.Main (System.String[] args) [0x00351] in <49d93baa009546faaaadbfeacd30aa79>:0
  233. [ERROR] FATAL UNHANDLED EXCEPTION: System.DllNotFoundException: /usr/lib/../lib/libmono-system-native.so
  234. at (wrapper managed-to-native) Interop+Sys.Stat(byte&,Interop/Sys/FileStatus&)
  235. at Interop+Sys.Stat (System.ReadOnlySpan`1[T] path, Interop+Sys+FileStatus& output) [0x00028] in <15c986724bdc480293909469513cfdb3>:0
  236. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath, System.Int32 fileType, Interop+ErrorInfo& errorInfo) [0x00007] in <15c986724bdc480293909469513cfdb3>:0
  237. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath) [0x00006] in <15c986724bdc480293909469513cfdb3>:0
  238. at System.IO.File.Exists (System.String path) [0x00043] in <15c986724bdc480293909469513cfdb3>:0
  239. at Mono.Tools.Driver.LoadConfig (System.Boolean quiet) [0x00028] in <49d93baa009546faaaadbfeacd30aa79>:0
  240. at Mono.Tools.Driver.Main (System.String[] args) [0x00351] in <49d93baa009546faaaadbfeacd30aa79>:0
  241. E: installing Assembly /usr/share/cli-common/policies.d/libnunit-framework2.6.3-cil/policy.2.6.nunit.framework.dll failed
  242. E: Installation of policy.2.6.nunit.framework with /usr/share/cli-common/runtimes.d/mono failed
  243. * Installing 1 assembly from policy.2.6.nunit.mocks into Mono
  244.  
  245. Unhandled Exception:
  246. System.DllNotFoundException: /usr/lib/../lib/libmono-system-native.so
  247. at (wrapper managed-to-native) Interop+Sys.Stat(byte&,Interop/Sys/FileStatus&)
  248. at Interop+Sys.Stat (System.ReadOnlySpan`1[T] path, Interop+Sys+FileStatus& output) [0x00028] in <15c986724bdc480293909469513cfdb3>:0
  249. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath, System.Int32 fileType, Interop+ErrorInfo& errorInfo) [0x00007] in <15c986724bdc480293909469513cfdb3>:0
  250. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath) [0x00006] in <15c986724bdc480293909469513cfdb3>:0
  251. at System.IO.File.Exists (System.String path) [0x00043] in <15c986724bdc480293909469513cfdb3>:0
  252. at Mono.Tools.Driver.LoadConfig (System.Boolean quiet) [0x00028] in <49d93baa009546faaaadbfeacd30aa79>:0
  253. at Mono.Tools.Driver.Main (System.String[] args) [0x00351] in <49d93baa009546faaaadbfeacd30aa79>:0
  254. [ERROR] FATAL UNHANDLED EXCEPTION: System.DllNotFoundException: /usr/lib/../lib/libmono-system-native.so
  255. at (wrapper managed-to-native) Interop+Sys.Stat(byte&,Interop/Sys/FileStatus&)
  256. at Interop+Sys.Stat (System.ReadOnlySpan`1[T] path, Interop+Sys+FileStatus& output) [0x00028] in <15c986724bdc480293909469513cfdb3>:0
  257. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath, System.Int32 fileType, Interop+ErrorInfo& errorInfo) [0x00007] in <15c986724bdc480293909469513cfdb3>:0
  258. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath) [0x00006] in <15c986724bdc480293909469513cfdb3>:0
  259. at System.IO.File.Exists (System.String path) [0x00043] in <15c986724bdc480293909469513cfdb3>:0
  260. at Mono.Tools.Driver.LoadConfig (System.Boolean quiet) [0x00028] in <49d93baa009546faaaadbfeacd30aa79>:0
  261. at Mono.Tools.Driver.Main (System.String[] args) [0x00351] in <49d93baa009546faaaadbfeacd30aa79>:0
  262. E: installing Assembly /usr/share/cli-common/policies.d/libnunit-mocks2.6.3-cil/policy.2.6.nunit.mocks.dll failed
  263. E: Installation of policy.2.6.nunit.mocks with /usr/share/cli-common/runtimes.d/mono failed
  264. * Installing 1 assembly from policy.2.6.nunit.util into Mono
  265.  
  266. Unhandled Exception:
  267. System.DllNotFoundException: /usr/lib/../lib/libmono-system-native.so
  268. at (wrapper managed-to-native) Interop+Sys.Stat(byte&,Interop/Sys/FileStatus&)
  269. at Interop+Sys.Stat (System.ReadOnlySpan`1[T] path, Interop+Sys+FileStatus& output) [0x00028] in <15c986724bdc480293909469513cfdb3>:0
  270. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath, System.Int32 fileType, Interop+ErrorInfo& errorInfo) [0x00007] in <15c986724bdc480293909469513cfdb3>:0
  271. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath) [0x00006] in <15c986724bdc480293909469513cfdb3>:0
  272. at System.IO.File.Exists (System.String path) [0x00043] in <15c986724bdc480293909469513cfdb3>:0
  273. at Mono.Tools.Driver.LoadConfig (System.Boolean quiet) [0x00028] in <49d93baa009546faaaadbfeacd30aa79>:0
  274. at Mono.Tools.Driver.Main (System.String[] args) [0x00351] in <49d93baa009546faaaadbfeacd30aa79>:0
  275. [ERROR] FATAL UNHANDLED EXCEPTION: System.DllNotFoundException: /usr/lib/../lib/libmono-system-native.so
  276. at (wrapper managed-to-native) Interop+Sys.Stat(byte&,Interop/Sys/FileStatus&)
  277. at Interop+Sys.Stat (System.ReadOnlySpan`1[T] path, Interop+Sys+FileStatus& output) [0x00028] in <15c986724bdc480293909469513cfdb3>:0
  278. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath, System.Int32 fileType, Interop+ErrorInfo& errorInfo) [0x00007] in <15c986724bdc480293909469513cfdb3>:0
  279. at System.IO.FileSystem.FileExists (System.ReadOnlySpan`1[T] fullPath) [0x00006] in <15c986724bdc480293909469513cfdb3>:0
  280. at System.IO.File.Exists (System.String path) [0x00043] in <15c986724bdc480293909469513cfdb3>:0
  281. at Mono.Tools.Driver.LoadConfig (System.Boolean quiet) [0x00028] in <49d93baa009546faaaadbfeacd30aa79>:0
  282. at Mono.Tools.Driver.Main (System.String[] args) [0x00351] in <49d93baa009546faaaadbfeacd30aa79>:0
  283. E: installing Assembly /usr/share/cli-common/policies.d/libnunit-util2.6.3-cil/policy.2.6.nunit.util.dll failed
  284. E: Installation of policy.2.6.nunit.util with /usr/share/cli-common/runtimes.d/mono failed
  285. dpkg: error processing package mono-gac (--configure):
  286. installed mono-gac package post-installation script subprocess returned error exit status 29
  287. dpkg: dependency problems prevent configuration of mono-runtime-common:
  288. mono-runtime-common depends on mono-gac (= 6.0.0.319-0xamarin2+ubuntu1804b1); however:
  289. Package mono-gac is not configured yet.
  290.  
  291. dpkg: error processing package mono-runtime-common (--configure):
  292. dependency problems - leaving unconfigured
  293. No apport report written because the error message indicates its a followup error from a previous failure.
  294. Errors were encountered while processing:
  295. mono-gac
  296. mono-runtime-common
  297. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement