LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-03-2023, 12:00 PM   #1
ozanbaba
Member
 
Registered: May 2003
Location: İzmir
Distribution: Slackware64 15.0 Multilib
Posts: 778

Rep: Reputation: 135Reputation: 135
Trying to compile mono


Hello All,

I'm trying to compile mono using slackbuild from SBo. Every time I try I get the bellow error. I am not sure how to fix the problem.
Code:
CSC     [net_4_x-linux] RabbitMQ.Client.dll
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1628,28): error CS0115: 'FileProperties.Messageİd': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1655,28): error CS0115: 'FileProperties.Clusterİd': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1670,26): error CS0115: 'FileProperties.ClearMessageİd()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1673,26): error CS0115: 'FileProperties.ClearClusterİd()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1680,26): error CS0115: 'FileProperties.IsMessageİdPresent()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1683,26): error CS0115: 'FileProperties.IsClusterİdPresent()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1562,16): error CS0534: 'FileProperties' does not implement inherited abstract member 'FileProperties.MessageId.set'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1562,16): error CS0534: 'FileProperties' does not implement inherited abstract member 'FileProperties.IsClusterIdPresent()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1562,16): error CS0534: 'FileProperties' does not implement inherited abstract member 'FileProperties.ClearMessageId()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1562,16): error CS0534: 'FileProperties' does not implement inherited abstract member 'FileProperties.MessageId.get'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1562,16): error CS0534: 'FileProperties' does not implement inherited abstract member 'FileProperties.IsMessageIdPresent()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1562,16): error CS0534: 'FileProperties' does not implement inherited abstract member 'FileProperties.ClusterId.set'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1562,16): error CS0534: 'FileProperties' does not implement inherited abstract member 'FileProperties.ClusterId.get'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1562,16): error CS0534: 'FileProperties' does not implement inherited abstract member 'FileProperties.ClearClusterId()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1251,28): error CS0115: 'BasicProperties.Correlationİd': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1278,28): error CS0115: 'BasicProperties.Messageİd': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1305,28): error CS0115: 'BasicProperties.Userİd': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1314,28): error CS0115: 'BasicProperties.Appİd': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1323,28): error CS0115: 'BasicProperties.Clusterİd': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1338,26): error CS0115: 'BasicProperties.ClearCorrelationİd()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1341,26): error CS0115: 'BasicProperties.ClearMessageİd()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1344,26): error CS0115: 'BasicProperties.ClearUserİd()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1345,26): error CS0115: 'BasicProperties.ClearAppİd()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1346,26): error CS0115: 'BasicProperties.ClearClusterİd()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1353,26): error CS0115: 'BasicProperties.IsCorrelationİdPresent()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1356,26): error CS0115: 'BasicProperties.IsMessageİdPresent()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1359,26): error CS0115: 'BasicProperties.IsUserİdPresent()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1360,26): error CS0115: 'BasicProperties.IsAppİdPresent()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1361,26): error CS0115: 'BasicProperties.IsClusterİdPresent()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1175,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.AppId.set'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1175,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.CorrelationId.set'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1175,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.IsClusterIdPresent()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1175,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.ClearAppId()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1175,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.UserId.get'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1175,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.IsUserIdPresent()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1175,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.UserId.set'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1175,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.IsMessageIdPresent()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1175,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.ClearMessageId()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1175,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.CorrelationId.get'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1175,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.ClearCorrelationId()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1175,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.AppId.get'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1175,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.ClusterId.get'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1175,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.ClusterId.set'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1175,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.ClearClusterId()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1175,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.MessageId.get'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1175,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.IsAppIdPresent()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1175,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.ClearUserId()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1175,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.MessageId.set'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1175,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.IsCorrelationIdPresent()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1242,28): error CS0115: 'BasicProperties.Correlationİd': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1269,28): error CS0115: 'BasicProperties.Messageİd': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1296,28): error CS0115: 'BasicProperties.Userİd': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1305,28): error CS0115: 'BasicProperties.Appİd': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1314,28): error CS0115: 'BasicProperties.Clusterİd': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1329,26): error CS0115: 'BasicProperties.ClearCorrelationİd()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1332,26): error CS0115: 'BasicProperties.ClearMessageİd()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1335,26): error CS0115: 'BasicProperties.ClearUserİd()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1336,26): error CS0115: 'BasicProperties.ClearAppİd()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1337,26): error CS0115: 'BasicProperties.ClearClusterİd()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1344,26): error CS0115: 'BasicProperties.IsCorrelationİdPresent()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1347,26): error CS0115: 'BasicProperties.IsMessageİdPresent()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1350,26): error CS0115: 'BasicProperties.IsUserİdPresent()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1351,26): error CS0115: 'BasicProperties.IsAppİdPresent()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1352,26): error CS0115: 'BasicProperties.IsClusterİdPresent()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1166,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.AppId.set'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1166,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.CorrelationId.set'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1166,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.IsClusterIdPresent()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1166,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.ClearAppId()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1166,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.UserId.get'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1166,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.IsUserIdPresent()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1166,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.UserId.set'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1166,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.IsMessageIdPresent()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1166,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.ClearMessageId()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1166,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.CorrelationId.get'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1166,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.ClearCorrelationId()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1166,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.AppId.get'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1166,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.ClusterId.get'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1166,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.ClusterId.set'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1166,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.ClearClusterId()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1166,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.MessageId.get'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1166,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.IsAppIdPresent()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1166,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.ClearUserId()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1166,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.MessageId.set'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1166,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.IsCorrelationIdPresent()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1517,28): error CS0115: 'FileProperties.Messageİd': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1544,28): error CS0115: 'FileProperties.Clusterİd': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1559,26): error CS0115: 'FileProperties.ClearMessageİd()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1562,26): error CS0115: 'FileProperties.ClearClusterİd()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1569,26): error CS0115: 'FileProperties.IsMessageİdPresent()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1572,26): error CS0115: 'FileProperties.IsClusterİdPresent()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1451,16): error CS0534: 'FileProperties' does not implement inherited abstract member 'FileProperties.MessageId.set'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1451,16): error CS0534: 'FileProperties' does not implement inherited abstract member 'FileProperties.IsClusterIdPresent()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1451,16): error CS0534: 'FileProperties' does not implement inherited abstract member 'FileProperties.ClearMessageId()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1451,16): error CS0534: 'FileProperties' does not implement inherited abstract member 'FileProperties.MessageId.get'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1451,16): error CS0534: 'FileProperties' does not implement inherited abstract member 'FileProperties.IsMessageIdPresent()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1451,16): error CS0534: 'FileProperties' does not implement inherited abstract member 'FileProperties.ClusterId.set'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1451,16): error CS0534: 'FileProperties' does not implement inherited abstract member 'FileProperties.ClusterId.get'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-qpid-0-8.cs(1451,16): error CS0534: 'FileProperties' does not implement inherited abstract member 'FileProperties.ClearClusterId()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1362,28): error CS0115: 'BasicProperties.Correlationİd': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1389,28): error CS0115: 'BasicProperties.Messageİd': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1416,28): error CS0115: 'BasicProperties.Userİd': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1425,28): error CS0115: 'BasicProperties.Appİd': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1434,28): error CS0115: 'BasicProperties.Clusterİd': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1449,26): error CS0115: 'BasicProperties.ClearCorrelationİd()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1452,26): error CS0115: 'BasicProperties.ClearMessageİd()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1455,26): error CS0115: 'BasicProperties.ClearUserİd()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1456,26): error CS0115: 'BasicProperties.ClearAppİd()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1457,26): error CS0115: 'BasicProperties.ClearClusterİd()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1464,26): error CS0115: 'BasicProperties.IsCorrelationİdPresent()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1467,26): error CS0115: 'BasicProperties.IsMessageİdPresent()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1470,26): error CS0115: 'BasicProperties.IsUserİdPresent()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1471,26): error CS0115: 'BasicProperties.IsAppİdPresent()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1472,26): error CS0115: 'BasicProperties.IsClusterİdPresent()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1286,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.AppId.set'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1286,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.CorrelationId.set'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1286,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.IsClusterIdPresent()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1286,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.ClearAppId()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1286,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.UserId.get'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1286,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.IsUserIdPresent()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1286,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.UserId.set'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1286,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.IsMessageIdPresent()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1286,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.ClearMessageId()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1286,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.CorrelationId.get'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1286,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.ClearCorrelationId()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1286,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.AppId.get'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1286,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.ClusterId.get'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1286,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.ClusterId.set'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1286,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.ClearClusterId()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1286,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.MessageId.get'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1286,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.IsAppIdPresent()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1286,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.ClearUserId()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1286,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.MessageId.set'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-9.cs(1286,16): error CS0534: 'BasicProperties' does not implement inherited abstract member 'BasicProperties.IsCorrelationIdPresent()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1508,28): error CS0115: 'FileProperties.Messageİd': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1535,28): error CS0115: 'FileProperties.Clusterİd': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1550,26): error CS0115: 'FileProperties.ClearMessageİd()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1553,26): error CS0115: 'FileProperties.ClearClusterİd()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1560,26): error CS0115: 'FileProperties.IsMessageİdPresent()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1563,26): error CS0115: 'FileProperties.IsClusterİdPresent()': no suitable method found to override
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1442,16): error CS0534: 'FileProperties' does not implement inherited abstract member 'FileProperties.MessageId.set'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1442,16): error CS0534: 'FileProperties' does not implement inherited abstract member 'FileProperties.IsClusterIdPresent()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1442,16): error CS0534: 'FileProperties' does not implement inherited abstract member 'FileProperties.ClearMessageId()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1442,16): error CS0534: 'FileProperties' does not implement inherited abstract member 'FileProperties.MessageId.get'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1442,16): error CS0534: 'FileProperties' does not implement inherited abstract member 'FileProperties.IsMessageIdPresent()'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1442,16): error CS0534: 'FileProperties' does not implement inherited abstract member 'FileProperties.ClusterId.set'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1442,16): error CS0534: 'FileProperties' does not implement inherited abstract member 'FileProperties.ClusterId.get'
/tmp/SBo/mono-6.12.0.182/mcs/class/RabbitMQ.Client/docs/specs/net_4_x-api-0-8.cs(1442,16): error CS0534: 'FileProperties' does not implement inherited abstract member 'FileProperties.ClearClusterId()'
make[10]: *** [../../../../build/library.make:335: ../../../../class/lib/net_4_x-linux/RabbitMQ.Client.dll] Error 1
make[9]: *** [../../../../build/rules.make:220: do-all] Error 2
make[8]: *** [../../build/rules.make:241: all-recursive] Error 1
make[7]: *** [../build/rules.make:258: RabbitMQ.Client] Error 2
make[6]: *** [../build/rules.make:241: all-recursive] Error 1
make[5]: *** [build/rules.make:241: all-recursive] Error 1
make[4]: *** [Makefile:58: profile-do--net_4_x--all] Error 2
make[3]: *** [Makefile:54: profiles-do--all] Error 2
make[2]: *** [Makefile:703: all-mcs] Error 2
make[2]: Leaving directory '/tmp/SBo/mono-6.12.0.182/runtime'
make[1]: *** [Makefile:599: all-recursive] Error 1
make[1]: Leaving directory '/tmp/SBo/mono-6.12.0.182'
make: *** [Makefile:527: all] Error 2
 
Old 04-03-2023, 12:54 PM   #2
ozanbaba
Member
 
Registered: May 2003
Location: İzmir
Distribution: Slackware64 15.0 Multilib
Posts: 778

Original Poster
Rep: Reputation: 135Reputation: 135
OK, I found the problem:
Code:
net_4_x-api-0-9.cs(1628,28): error CS0115: 'FileProperties.Messageİd': no suitable method found to override
Notice the bold İ? That's because under tr_TR, i maps to İ not I. When I use LANG=en_US.UTF-8, it compiles fine.
time to fill a bug report to mono people.
 
  


Reply

Tags
mono



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
sox convert a-law mono 8000hz wav to pcm signed 16bit mono wav saiyen2002 Linux - Software 2 02-23-2012 08:02 PM
Mono 1.1.12 - Install older mono to co-exist with current version ryerke Linux - Software 4 03-02-2010 08:54 PM
paint-mono (Paint.net for Mono) Installer? caa1980 Linux - Software 0 10-03-2007 10:52 AM
Help Mono Installed But Mono Develop Won't Load TheGreatGonzo Slackware 8 05-18-2006 06:42 AM
MONO anybody using mono adengua Linux - Software 0 12-19-2003 07:42 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 01:12 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration