Advertisement
Guest User

mono (duplicati) missing assembly codes

a guest
Oct 8th, 2016
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.86 KB | None | 0 0
  1. Errors:
  2.  
  3. /i-data/bf835951/build/duplicati-2.0.1.26-2.0.1.26_canary_2016-09-29/Duplicati.sln (default targets) ->
  4. (Build target) ->
  5. /i-data/bf835951/build/duplicati-2.0.1.26-2.0.1.26_canary_2016-09-29/Duplicati/Library/Encryption/Duplicati.Library.Encryption.csproj (default targets) ->
  6. /usr/local/zy-pkgs/ffproot/ffp/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets (CoreCompile target) ->
  7.  
  8. AESEncryption.cs(139,36): error CS0246: The type or namespace name `SharpAESCrypt' could not be found. Are you missing an assembly reference?
  9. AESEncryption.cs(140,53): error CS0131: The left-hand side of an assignment must be a variable, a property or an indexer AESEncryption.cs(151,36): error CS0246: The type or namespace name `SharpAESCrypt' could not be found. Are you missing an assembly reference?
  10. AESEncryption.cs(152,53): error CS0131: The left-hand side of an assignment must be a variable, a property or an indexer
  11. /i-data/bf835951/build/duplicati-2.0.1.26-2.0.1.26_canary_2016-09-29/Duplicati.sln (default targets) ->
  12. (Build target) ->
  13. /i-data/bf835951/build/duplicati-2.0.1.26-2.0.1.26_canary_2016-09-29/Duplicati/Library/Backend/S3/Duplicati.Library.Backend.S3.csproj (default targets) ->
  14. /usr/local/zy-pkgs/ffproot/ffp/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets (CoreCompile target) ->
  15.  
  16. S3Wrapper.cs(24,7): error CS0246: The type or namespace name `Amazon' could not be found. Are you missing an assembly reference?
  17. S3Wrapper.cs(25,7): error CS0246: The type or namespace name `Amazon' could not be found. Are you missing an assembly reference?
  18. S3IAM.cs(21,7): error CS0246: The type or namespace name `Amazon' could not be found. Are you missing an assembly reference?
  19. S3IAM.cs(22,7): error CS0246: The type or namespace name `Amazon' could not be found. Are you missing an assembly reference?
  20. S3Wrapper.cs(39,19): error CS0246: The type or namespace name `AmazonS3Client' could not be found. Are you missing an assembly reference?
  21.  
  22. /i-data/bf835951/build/duplicati-2.0.1.26-2.0.1.26_canary_2016-09-29/Duplicati.sln (default targets) ->
  23. (Build target) ->
  24. /i-data/bf835951/build/duplicati-2.0.1.26-2.0.1.26_canary_2016-09-29/Duplicati/Library/Backend/SSHv2/Duplicati.Library.Backend.SSHv2.csproj (default targets) ->
  25. /usr/local/zy-pkgs/ffproot/ffp/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets (CoreCompile target) ->
  26.  
  27. SSHv2Backend.cs(25,7): error CS0246: The type or namespace name `Renci' could not be found. Are you missing an assembly reference?
  28. SSHv2Backend.cs(26,7): error CS0246: The type or namespace name `Renci' could not be found. Are you missing an assembly reference?
  29. SSHv2Backend.cs(49,17): error CS0246: The type or namespace name `SftpClient' could not be found. Are you missing an assembly reference?
  30. SSHv2Backend.cs(310,23): error CS0246: The type or namespace name `Renci' could not be found. Are you missing an assembly reference?
  31. SSHv2Backend.cs(339,18): error CS0246: The type or namespace name `SftpClient' could not be found. Are you missing an assembly reference?
  32.  
  33. /i-data/bf835951/build/duplicati-2.0.1.26-2.0.1.26_canary_2016-09-29/Duplicati.sln (default targets) ->
  34. (Build target) ->
  35. /i-data/bf835951/build/duplicati-2.0.1.26-2.0.1.26_canary_2016-09-29/Duplicati/Server/Duplicati.Server.Serialization/Duplicati.Server.Serialization.csproj (default targets) ->
  36. /usr/local/zy-pkgs/ffproot/ffp/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets (CoreCompile target) ->
  37.  
  38. InterfaceResolver.cs(5,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing an assembly reference?
  39. InterfaceResolver.cs(6,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing an assembly reference?
  40. Serializer.cs(5,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing an assembly reference?
  41. Serializer.cs(6,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing an assembly reference?
  42. InterfaceResolver.cs(10,46): error CS0246: The type or namespace name `CustomCreationConverter' could not be found. Are you missing an assembly reference?
  43. InterfaceResolver.cs(18,36): error CS0246: The type or namespace name `CustomCreationConverter' could not be found. Are you missing an assembly reference?
  44. InterfaceResolver.cs(26,34): error CS0246: The type or namespace name `CustomCreationConverter' could not be found. Are you missing an assembly reference?
  45. InterfaceResolver.cs(34,40): error CS0246: The type or namespace name `CustomCreationConverter' could not be found. Are you missing an assembly reference?
  46. InterfaceResolver.cs(42,39): error CS0246: The type or namespace name `JsonConverter' could not be found. Are you missing an assembly reference?
  47. InterfaceResolver.cs(12,49): error CS0115: `Duplicati.Server.Serialization.SerializableStatusCreator.Create(System.Type)' is marked as an override but no suitable method found to override
  48. InterfaceResolver.cs(20,44): error CS0115: `Duplicati.Server.Serialization.SettingsCreator.Create(System.Type)' is marked as an override but no suitable method found to override
  49. InterfaceResolver.cs(28,43): error CS0115: `Duplicati.Server.Serialization.FilterCreator.Create(System.Type)' is marked as an override but no suitable method found to override
  50. InterfaceResolver.cs(36,49): error CS0115: `Duplicati.Server.Serialization.NotificationCreator.Create(System.Type)' is marked as an override but no suitable method found to override
  51. InterfaceResolver.cs(46,40): error CS0246: The type or namespace name `JsonWriter' could not be found. Are you missing an assembly reference?
  52. InterfaceResolver.cs(46,73): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing an assembly reference?
  53. InterfaceResolver.cs(83,41): error CS0246: The type or namespace name `JsonReader' could not be found. Are you missing an assembly reference?
  54. InterfaceResolver.cs(83,99): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing an assembly reference?
  55. InterfaceResolver.cs(116,30): error CS0115: `Duplicati.Server.Serialization.DayOfWeekConcerter.CanConvert(System.Type)' is marked as an override but no suitable method found to override
  56. Serializer.cs(12,35): error CS0246: The type or namespace name `JsonSerializerSettings' could not be found. Are you missing an assembly reference?
  57. Serializer.cs(13,35): error CS0246: The type or namespace name `Formatting' could not be found. Are you missing an assembly reference?
  58.  
  59. /i-data/bf835951/build/duplicati-2.0.1.26-2.0.1.26_canary_2016-09-29/Duplicati.sln (default targets) ->
  60. (Build target) ->
  61. /i-data/bf835951/build/duplicati-2.0.1.26-2.0.1.26_canary_2016-09-29/Duplicati/Library/Backend/AzureBlob/Duplicati.Library.Backend.AzureBlob.csproj (default targets) ->
  62. /usr/local/zy-pkgs/ffproot/ffp/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets (CoreCompile target) ->
  63.  
  64. AzureBlobWrapper.cs(26,17): error CS0234: The type or namespace name `WindowsAzure' does not exist in the namespace `Microsoft'. Are you missing an assembly reference?
  65. AzureBlobWrapper.cs(27,17): error CS0234: The type or namespace name `WindowsAzure' does not exist in the namespace `Microsoft'. Are you missing an assembly reference?
  66. AzureBlobWrapper.cs(37,26): error CS0246: The type or namespace name `CloudBlobContainer' could not be found. Are you missing an assembly reference?
  67.  
  68. /i-data/bf835951/build/duplicati-2.0.1.26-2.0.1.26_canary_2016-09-29/Duplicati.sln (default targets) ->
  69. (Build target) ->
  70. /i-data/bf835951/build/duplicati-2.0.1.26-2.0.1.26_canary_2016-09-29/Duplicati/Library/Backend/OAuthHelper/Duplicati.Library.OAuthHelper.csproj (default targets) ->
  71. /usr/local/zy-pkgs/ffproot/ffp/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets (CoreCompile target) ->
  72.  
  73. JSONWebHelper.cs(21,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing an assembly reference?
  74. MultipartItem.cs(19,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing an assembly reference?
  75.  
  76. /i-data/bf835951/build/duplicati-2.0.1.26-2.0.1.26_canary_2016-09-29/Duplicati.sln (default targets) ->
  77. (Build target) ->
  78. /i-data/bf835951/build/duplicati-2.0.1.26-2.0.1.26_canary_2016-09-29/Duplicati/Library/Backend/Mega/Duplicati.Library.Backend.Mega.csproj (default targets) ->
  79. /usr/local/zy-pkgs/ffproot/ffp/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets (CoreCompile target) ->
  80.  
  81. MegaBackend.cs(21,7): error CS0246: The type or namespace name `CG' could not be found. Are you missing an assembly reference?
  82. MegaBackend.cs(29,41): error CS0246: The type or namespace name `INode' could not be found. Are you missing an assembly reference?
  83. MegaBackend.cs(30,17): error CS0246: The type or namespace name `INode' could not be found. Are you missing an assembly reference?
  84. MegaBackend.cs(33,17): error CS0246: The type or namespace name `MegaApiClient' could not be found. Are you missing an assembly reference?
  85. MegaBackend.cs(39,17): error CS0246: The type or namespace name `MegaApiClient' could not be found. Are you missing an assembly reference?
  86. MegaBackend.cs(101,17): error CS0246: The type or namespace name `INode' could not be found. Are you missing an assembly reference?
  87. MegaBackend.cs(112,17): error CS0246: The type or namespace name `INode' could not be found. Are you missing an assembly reference?
  88. MegaBackend.cs(125,49): error CS0246: The type or namespace name `INode' could not be found. Are you missing an assembly reference?
  89.  
  90. 21 Warning(s)
  91. 47 Error(s)
  92.  
  93. Time Elapsed 00:02:51.2188900
  94. Makefile:12: recipe for target 'build' failed
  95. make: *** [build] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement