Advertisement
neuromancer85

AUR package "monogame 2.5.0.0-2" build failure

May 3rd, 2012
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.43 KB | None | 0 0
  1. ==> Making package: monogame 2.5.0.0-2 (Thu May 3 09:24:30 CEST 2012)
  2. ==> Checking runtime dependencies...
  3. ==> Checking buildtime dependencies...
  4. ==> Retrieving Sources...
  5. -> Downloading v2.5.0.0...
  6. % Total % Received % Xferd Average Speed Time Time Time Current
  7. Dload Upload Total Spent Left Speed
  8. 100 124 100 124 0 0 205 0 --:--:-- --:--:-- --:--:-- 259
  9. 100 1729k 100 1729k 0 0 516k 0 0:00:03 0:00:03 --:--:-- 1140k
  10. -> Found AssemblyList.txt
  11. ==> Validating source files with md5sums...
  12. v2.5.0.0 ... Passed
  13. AssemblyList.txt ... Passed
  14. ==> Extracting Sources...
  15. -> Extracting v2.5.0.0 with bsdtar
  16. ==> Starting build()...
  17. WARNING: The runtime version supported by this application is unavailable.
  18. Using default runtime: v2.0.50727
  19. NAnt 0.91 (Build 0.91.4312.0; release; 10/22/2011)
  20. Copyright (C) 2001-2011 Gerry Shaw
  21. http://nant.sourceforge.net
  22.  
  23. Buildfile: file:///home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/default.build
  24. Target framework: Mono 2.0 Profile
  25. Target(s) specified: buildlinux
  26.  
  27.  
  28. buildlinux:
  29.  
  30. [exec] XBuild Engine Version 2.10.8.0
  31. [exec] Mono, Version 2.10.8.0
  32. [exec] Copyright (C) Marek Sieradzki 2005-2008, Novell 2008-2011.
  33. [exec]
  34. [exec] Build started 05/03/2012 09:24:35.
  35. [exec] __________________________________________________
  36. [exec] /home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/ThirdParty/Lidgren.Network/Lidgren.Network.Linux.csproj: warning : Cannot import project '/usr/lib/mono/4.0/Microsoft.CSharp.targets' again. It was already imported by '/home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/ThirdParty/Lidgren.Network/Lidgren.Network.Linux.csproj'. Ignoring.
  37. [exec] Project "/home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/MonoGame.Framework.Linux.sln" (Build target(s)):
  38. [exec] Target ValidateSolutionConfiguration:
  39. [exec] Building solution configuration "Release|x86".
  40. [exec] Target Build:
  41. [exec] Project "/home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/ThirdParty/Lidgren.Network/Lidgren.Network.Linux.csproj" (default target(s)):
  42. [exec] Target _ValidateEssentialProperties:
  43. [exec] /home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/ThirdParty/Lidgren.Network/Lidgren.Network.Linux.csproj: warning : Cannot import project '/usr/lib/mono/4.0/Microsoft.CSharp.targets' again. It was already imported by '/home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/ThirdParty/Lidgren.Network/Lidgren.Network.Linux.csproj'. Ignoring.
  44. [exec] Target PrepareForBuild:
  45. [exec] Configuration: Release Platform: AnyCPU
  46. [exec] Created directory "bin/Release/"
  47. [exec] Created directory "obj/Release/"
  48. [exec] Target GenerateSatelliteAssemblies:
  49. [exec] No input files were specified for target GenerateSatelliteAssemblies, skipping.
  50. [exec] Target CoreCompile:
  51. [exec] Tool /usr/bin/dmcs execution started with arguments: /noconfig /debug:full /optimize+ /out:obj/Release/Lidgren.Network.dll Encryption/INetEncryption.cs Encryption/NetBlockEncryptionBase.cs Encryption/NetXorEncryption.cs Encryption/NetXteaEncryption.cs NamespaceDoc.cs NetBigInteger.cs NetBitVector.cs NetBitWriter.cs NetClient.cs NetConnection.cs NetConnection.Handshake.cs NetConnection.Latency.cs NetConnectionStatistics.cs NetConnectionStatus.cs NetConstants.cs NetDeliveryMethod.cs Encryption/NetAESEncryption.cs NetException.cs Encryption/NetDESEncryption.cs Encryption/NetRC2Encryption.cs NetConnection.MTU.cs NetFragmentationHelper.cs Encryption/NetTripleDESEncryption.cs NetIncomingMessage.cs NetIncomingMessage.Peek.cs NetIncomingMessage.Read.cs NetIncomingMessage.Read.Reflection.cs NetIncomingMessage.Write.cs NetIncomingMessageType.cs NetMessageType.cs NetNatIntroduction.cs NetOutgoingMessage.cs NetOutgoingMessage.Write.cs NetOutgoingMessage.Write.Reflection.cs NetPeer.cs NetPeer.Discovery.cs NetPeer.Fragmentation.cs NetPeer.Internal.cs NetPeer.LatencySimulation.cs NetPeer.Logging.cs NetPeer.MessagePools.cs NetPeer.Send.cs NetPeerConfiguration.cs NetPeerStatistics.cs NetPeerStatus.cs NetQueue.cs NetRandom.cs NetReceiverChannelBase.cs NetReliableOrderedReceiver.cs NetReliableSenderChannel.cs NetReliableSequencedReceiver.cs NetReliableUnorderedReceiver.cs NetSenderChannelBase.cs NetSendResult.cs NetServer.cs NetSRP.cs NetStoredReliableMessage.cs NetTime.cs NetTuple.cs NetUnreliableSenderChannel.cs NetUnreliableSequencedReceiver.cs NetUnreliableUnorderedReceiver.cs NetUPnP.cs NetUtility.cs Properties/AssemblyInfo.cs SenderChannelBase.cs /target:library /define:TRACE /doc:bin/Release/Lidgren.Network.XML /reference:/usr/lib/mono/4.0/System.dll /reference:/usr/lib/mono/4.0/System.Xml.dll /reference:/usr/lib/mono/4.0/System.Core.dll /warn:4
  52. [exec] NetPeerConfiguration.cs(282,26): warning CS1591: Missing XML comment for publicly visible type or member `Lidgren.Network.NetPeerConfiguration.BroadcastAddress'
  53. [exec] NetUtility.cs(163,41): warning CS1591: Missing XML comment for publicly visible type or member `Lidgren.Network.NetUtility.GetBroadcastAddress()'
  54. [exec] NetPeer.MessagePools.cs(58,29): warning CS0219: The variable `len' is assigned but its value is never used
  55. [exec] NetPeer.Send.cs(93,29): warning CS0219: The variable `mtu' is assigned but its value is never used
  56. [exec] NetUPnP.cs(101,45): warning CS0219: The variable `xdoc' is assigned but its value is never used
  57. [exec] NetUPnP.cs(133,45): warning CS0219: The variable `xdoc' is assigned but its value is never used
  58. [exec] Target DeployOutputFiles:
  59. [exec] Copying file from '/home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/ThirdParty/Lidgren.Network/obj/Release/Lidgren.Network.dll.mdb' to '/home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/ThirdParty/Lidgren.Network/bin/Release/Lidgren.Network.dll.mdb'
  60. [exec] Copying file from '/home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/ThirdParty/Lidgren.Network/obj/Release/Lidgren.Network.dll' to '/home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/ThirdParty/Lidgren.Network/bin/Release/Lidgren.Network.dll'
  61. [exec] Done building project "/home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/ThirdParty/Lidgren.Network/Lidgren.Network.Linux.csproj".
  62. [exec] Project "/home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/MonoGame.Framework/MonoGame.Framework.Linux.csproj" (default target(s)):
  63. [exec] Target PrepareForBuild:
  64. [exec] Configuration: Release Platform: x86
  65. [exec] Created directory "bin/Release/"
  66. [exec] Created directory "obj/x86/Release/"
  67. [exec] Target ResolveProjectReferences:
  68. [exec] Project "/home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/ThirdParty/Lidgren.Network/Lidgren.Network.Linux.csproj" (GetTargetPath target(s)):
  69. [exec] /home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/ThirdParty/Lidgren.Network/Lidgren.Network.Linux.csproj: warning : Cannot import project '/usr/lib/mono/4.0/Microsoft.CSharp.targets' again. It was already imported by '/home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/ThirdParty/Lidgren.Network/Lidgren.Network.Linux.csproj'. Ignoring.
  70. [exec] Done building project "/home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/ThirdParty/Lidgren.Network/Lidgren.Network.Linux.csproj".
  71. [exec] Target CopyFilesMarkedCopyLocal:
  72. [exec] Copying file from '/home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/ThirdParty/GamepadConfig/Tao.Sdl.dll' to '/home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/MonoGame.Framework/bin/Release/Tao.Sdl.dll'
  73. [exec] Copying file from '/home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/ThirdParty/GamepadConfig/GamepadBridge.dll' to '/home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/MonoGame.Framework/bin/Release/GamepadBridge.dll'
  74. [exec] Copying file from '/home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/ThirdParty/Lidgren.Network/bin/Release/Lidgren.Network.dll' to '/home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/MonoGame.Framework/bin/Release/Lidgren.Network.dll'
  75. [exec] Copying file from '/home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/ThirdParty/Lidgren.Network/bin/Release/Lidgren.Network.dll.mdb' to '/home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/MonoGame.Framework/bin/Release/Lidgren.Network.dll.mdb'
  76. [exec] Target GenerateSatelliteAssemblies:
  77. [exec] No input files were specified for target GenerateSatelliteAssemblies, skipping.
  78. [exec] Target CoreCompile:
  79. [exec] Tool /usr/bin/dmcs execution started with arguments: /noconfig /debug- /optimize- /out:obj/x86/Release/MonoGame.Framework.Linux.dll Audio/NoAudioHardwareException.cs BatteryChargeStatus.cs BoundingBox.cs BoundingFrustum.cs BoundingSphere.cs ContainmentType.cs Content/ContentReaders/Vector2Reader.cs Curve.cs CurveContinuity.cs CurveKey.cs CurveKeyCollection.cs CurveLoopType.cs CurveTangent.cs DisplayOrientation.cs Game.cs GameComponentCollectionEventArgs.cs GamePlatform.cs GameServiceContainer.cs GameTime.cs IDrawable.cs IGameComponent.cs IGraphicsDeviceManager.cs IUpdateable.cs Linux/LinuxGamePlatform.cs MathHelper.cs Matrix.cs PerformanceCounter.cs Plane.cs PlaneIntersectionType.cs PlayerIndex.cs Point.cs PowerLineStatus.cs Quaternion.cs Ray.cs Rectangle.cs ReusableItemList.cs Vector2.cs Vector3.cs Vector4.cs Audio/AudioEmitter.cs Audio/AudioListener.cs Audio/SoundState.cs Graphics/Texture.cs Graphics/GraphicsResource.cs Content/ContentLoadException.cs GamerServices/Achievement.cs GamerServices/AchievementCollection.cs GamerServices/GamerPresence.cs GamerServices/GamerPresenceMode.cs GamerServices/GamerPrivileges.cs GamerServices/GamerPrivilegeSetting.cs Input/AccelerometerState.cs Input/ButtonState.cs Input/GamePadState.cs Input/KeyboardState.cs Input/KeyState.cs Input/GamePadThumbSticks.cs Input/Buttons.cs Input/GamePadCapabilities.cs Input/GamePadDPad.cs Input/GamePadTriggers.cs Input/GamePadButtons.cs Input/Keys.cs Net/PacketReader.cs Net/PacketWriter.cs Net/SendDataOptions.cs Net/QualityOfService.cs Net/NetworkSessionState.cs Net/NetworkSessionType.cs Net/NetworkSessionProperties.cs Net/NetworkNotAvailableException.cs Net/NetworkSessionEndReason.cs Net/NetworkSessionJoinError.cs Net/NetworkSessionJoinException.cs Net/NetworkException.cs Properties/AssemblyInfo.cs Storage/StorageContainer.cs Storage/StorageDevice.cs Audio/AudioChannels.cs Linux/Audio/Sound.cs Audio/SoundEffect.cs Audio/SoundEffectInstance.cs Media/MediaPlayer.cs Media/Song.cs Media/MediaState.cs Media/MediaSourceType.cs Content/ContentReader.cs Graphics/IGraphicsDeviceService.cs Content/ContentTypeReader.cs Linux/Graphics/GraphicsDevice.cs Content/ContentTypeReaderManager.cs Graphics/Viewport.cs Graphics/DisplayMode.cs Graphics/DisplayModeCollection.cs Graphics/ClearOptions.cs Linux/Graphics/PresentationParameters.cs Linux/Graphics/GraphicsAdapter.cs Graphics/GraphicsDeviceCapabilities.cs Graphics/GraphicsDeviceInformation.cs Graphics/GraphicsDeviceStatus.cs Graphics/SpriteBlendMode.cs Graphics/GraphicsProfile.cs Graphics/SpriteSortMode.cs Graphics/ResolveTexture2D.cs Linux/Graphics/Texture2D.cs Graphics/RenderTarget.cs Linux/Graphics/RenderState.cs Graphics/SurfaceFormat.cs Graphics/MultiSampleType.cs Graphics/SwapEffect.cs Graphics/RenderTargetUsage.cs Linux/Graphics/ESImage.cs Linux/Graphics/ESTexture2D.cs Linux/Graphics/Vertices/VertexBuffer.cs Graphics/TextureUsage.cs Graphics/SetDataOptions.cs Linux/Content/Texture2DReader.cs Content/ContentReaders/SpriteFontReader.cs Content/ContentReaders/SongReader.cs Content/ContentReaders/SoundEffectReader.cs Linux/Media/Video.cs Graphics/CompilerOptions.cs Content/ContentReaders/ListReader.cs Content/ContentReaders/CharReader.cs Content/ContentReaders/StringReader.cs Content/ContentReaders/RectangleReader.cs Content/ContentReaders/Vector3Reader.cs Content/ContentReaders/PlaneReader.cs Content/ContentReaders/QuaternionReader.cs Content/ContentReaders/Vector4Reader.cs Input/Touch/GestureType.cs Input/Touch/TouchCollection.cs Input/Touch/TouchLocation.cs Input/Touch/TouchLocationState.cs Input/Touch/TouchPanelCapabilities.cs Input/Touch/TouchPanel.cs Input/Touch/GestureSample.cs GameComponentCollection.cs Linux/Graphics/SpriteBatch.cs Linux/Graphics/SpriteBatcher.cs Graphics/SpriteBatchItem.cs Graphics/SpriteEffects.cs GameComponent.cs DrawableGameComponent.cs Audio/InstancePlayLimitException.cs Graphics/TextureCollection.cs Graphics/States/Blend.cs Graphics/States/BlendFunction.cs Graphics/States/BlendState.cs Graphics/Effect/EffectParameterCollection.cs Graphics/Effect/EffectPassCollection.cs Graphics/Effect/EffectPool.cs Graphics/Effect/EffectTechnique.cs Graphics/Effect/EffectTechniqueCollection.cs Graphics/States/CompareFunction.cs Graphics/States/CullMode.cs Graphics/States/DepthFormat.cs Graphics/States/DepthStencilState.cs Graphics/States/FillMode.cs Graphics/States/RasterizerState.cs Graphics/States/SamplerState.cs Graphics/States/SaveStateMode.cs Graphics/States/StencilOperation.cs Graphics/Vertices/BufferUsage.cs Graphics/Vertices/IVertexType.cs Graphics/Vertices/PrimitiveType.cs Graphics/Vertices/VertexColorTexture.cs Graphics/Vertices/VertexElement.cs Graphics/Vertices/VertexElementDeclaration.cs Graphics/Vertices/VertexElementFormat.cs Graphics/Vertices/VertexElementUsage.cs Graphics/Vertices/VertexPosition2ColorTexture.cs Graphics/Vertices/VertexPositionColor.cs Graphics/Vertices/VertexPositionNormalTexture.cs Graphics/Vertices/VertexPositionTexture.cs Linux/Graphics/Effect/EffectPass.cs Linux/GameWindow.cs PreparingDeviceSettingsEventArgs.cs GraphicsDeviceInformation.cs Graphics/DeviceType.cs Linux/GraphicsDeviceManager.cs Graphics/ColorWriteChannels.cs Graphics/Effect/IEffectFog.cs Graphics/Effect/IEffectLights.cs Graphics/Effect/IEffectMatrices.cs Graphics/DirectionalLight.cs Linux/Input/Keyboard.cs Graphics/States/TextureAddressMode.cs Graphics/States/TextureFilter.cs Input/ButtonDefinition.cs Input/ThumbStickDefinition.cs Linux/GamerServices/SignedInGamer.cs GamerServices/Gamer.cs GamerServices/SignedInGamerCollection.cs GamerServices/GamerProfile.cs GamerServices/FriendCollection.cs GamerServices/FriendGamer.cs GamerServices/GamerDefaults.cs GamerServices/GamerZone.cs GamerServices/GamerServicesComponent.cs Net/NetworkGamer.cs Net/NetworkMachine.cs Net/NetworkSession.cs Net/AvailableNetworkSession.cs Net/AvailableNetworkSessionCollection.cs Net/LocalNetworkGamer.cs GamerServices/GamerCollection.cs Linux/GamerServices/Guide.cs GamerServices/MessageBoxIcon.cs Graphics/PackedVector/IPackedVector.cs Graphics/PackedVector/Short2.cs Graphics/SamplerStateCollection.cs Content/ContentSerializerAttribute.cs Content/ContentSerializerIgnoreAttribute.cs Content/ContentReaders/ReflectiveReader.cs Content/ContentReaders/Int32Reader.cs Content/ContentReaders/SingleReader.cs Content/ContentReaders/Int16Reader.cs Content/ContentReaders/Int64Reader.cs Content/ContentReaders/TimeSpanReader.cs Content/ContentReaders/ColorReader.cs Color.cs Content/ContentReaders/DictionaryReader.cs Content/ContentReaders/DoubleReader.cs Content/ContentReaders/EnumReader.cs Graphics/DxtUtil.cs Graphics/Vertices/VertexPositionColorTexture.cs Graphics/RenderTargetBinding.cs Content/ContentReaders/BooleanReader.cs Content/ContentReaders/ArrayReader.cs Content/ContentReaders/NullableReader.cs Content/ContentReaders/UInt16Reader.cs Content/ContentReaders/UInt32Reader.cs Content/ContentReaders/UInt64Reader.cs Content/ContentReaders/BoundingFrustumReader.cs Content/ContentReaders/BoundingSphereReader.cs Content/ContentReaders/ByteReader.cs Content/ContentReaders/DateTimeReader.cs Content/ContentReaders/DecimalReader.cs Content/ContentReaders/RayReader.cs Content/ContentReaders/SByteReader.cs Graphics/Effect/EffectParameterClass.cs Graphics/Effect/EffectParameterType.cs Graphics/Effect/SpriteEffect.cs Graphics/Effect/SpriteEffectCode.cs Linux/Graphics/Effect/EffectParameter.cs Audio/AudioEngine.cs Audio/AudioStopOptions.cs Audio/Cue.cs Audio/SoundBank.cs Audio/WaveBank.cs Net/CommandEvent.cs Net/CommandEventType.cs Net/CommandGamerJoined.cs Net/CommandSessionStateChange.cs Net/GamerStates.cs Net/CommandSendData.cs Net/ICommand.cs Net/CommandReceiveData.cs Net/NetworkMessageType.cs Net/MonoGamerPeer.cs Net/CommandGamerStateChange.cs Net/CommandGamerLeft.cs Linux/TitleContainer.cs Linux/Input/KeyboardUtil.cs Linux/Audio/AudioLoader.cs Linux/GamerServices/MonoGameGamerServicesHelper.cs Linux/Storage/StorageDeviceHelper.cs Content/ContentManager.cs Content/LzxDecoder.cs Linux/Content/ContentManager.cs Input/GamePadDeadZone.cs Content/ContentReaders/CurveReader.cs Input/GamePadType.cs Graphics/Vertices/VertexElementColor.cs Audio/XactClip.cs Audio/XactSound.cs Linux/Graphics/RenderTarget2D.cs Desktop/Input/GamePad.cs Desktop/Input/Mouse.cs Desktop/Input/MouseState.cs Desktop/Graphics/Vertices/VertexDeclaration.cs LaunchParameters.cs XnaToOpenTK.cs Graphics/SpriteFont.cs Content/ContentReaders/IndexBufferReader.cs Content/ContentReaders/BoundingBoxReader.cs Content/ContentReaders/MatrixReader.cs Content/ContentReaders/BasicEffectReader.cs Content/ContentReaders/VertexBufferReader.cs Content/ContentReaders/AlphaTestEffectReader.cs Graphics/Effect/AlphaTestEffect.cs Graphics/Effect/EffectHelpers.cs Graphics/Effect/BasicEffect.cs Desktop/Graphics/GraphicsExtensions.cs Graphics/Vertices/IndexElementSize.cs Graphics/Vertices/IndexBuffer.cs Graphics/Effect/AlphaTestEffectCode.cs Graphics/States/GLStateManager.cs Windows/Graphics/Effect.cs Graphics/Model.cs Graphics/ModelBone.cs Graphics/ModelMesh.cs /target:library /unsafe+ /define:LINUX /platform:x86 /reference:/usr/lib/mono/4.0/System.dll /reference:/usr/lib/mono/4.0/System.Xml.dll /reference:/usr/lib/mono/4.0/System.Drawing.dll /reference:../ThirdParty/GamepadConfig/Tao.Sdl.dll /reference:../ThirdParty/GamepadConfig/GamepadBridge.dll /reference:/usr/lib/mono/gac/OpenTK/1.0.0.0__bad199fe84eb3df4/OpenTK.dll /reference:/usr/lib/mono/4.0/System.Core.dll /reference:/home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/ThirdParty/Lidgren.Network/bin/Release//Lidgren.Network.dll /reference:/usr/lib/mono/4.0/mscorlib.dll /warn:4
  80. [exec] BoundingFrustum.cs(447,44): warning CS1030: #warning: `Move this to the PlaneHelper class'
  81. [exec] GameComponentCollectionEventArgs.cs(43): error CS1525: Unexpected symbol `?'
  82. [exec] ReusableItemList.cs(28): error CS1525: Unexpected symbol `?'
  83. [exec] Audio/SoundState.cs(41): error CS1525: Unexpected symbol `?'
  84. [exec] Audio/AudioChannels.cs(41): error CS1525: Unexpected symbol `?'
  85. [exec] Audio/SoundEffect.cs(40): error CS1525: Unexpected symbol `?'
  86. [exec] Media/MediaPlayer.cs(44): error CS1525: Unexpected symbol `?'
  87. [exec] Media/Song.cs(45): error CS1525: Unexpected symbol `?'
  88. [exec] Media/MediaState.cs(42): error CS1525: Unexpected symbol `?'
  89. [exec] Graphics/SwapEffect.cs(43): error CS1525: Unexpected symbol `?'
  90. [exec] Graphics/SpriteEffects.cs(43): error CS1525: Unexpected symbol `?'
  91. [exec] GamerServices/SignedInGamerCollection.cs(40): error CS1525: Unexpected symbol `?'
  92. [exec] Desktop/Input/Mouse.cs(40): error CS1525: Unexpected symbol `?'
  93. [exec] Desktop/Input/MouseState.cs(40): error CS1525: Unexpected symbol `?'
  94. [exec] Task "Csc" execution -- FAILED
  95. [exec] Done building target "CoreCompile" in project "/home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/MonoGame.Framework/MonoGame.Framework.Linux.csproj".-- FAILED
  96. [exec] Done building project "/home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/MonoGame.Framework/MonoGame.Framework.Linux.csproj".-- FAILED
  97. [exec] Task "MSBuild" execution -- FAILED
  98. [exec] Done building target "Build" in project "/home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/MonoGame.Framework.Linux.sln".-- FAILED
  99. [exec] Done building project "/home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/MonoGame.Framework.Linux.sln".-- FAILED
  100. [exec]
  101. [exec] Build FAILED.
  102. [exec]
  103. [exec] Warnings:
  104. [exec]
  105. [exec] /home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/ThirdParty/Lidgren.Network/Lidgren.Network.Linux.csproj: warning : Cannot import project '/usr/lib/mono/4.0/Microsoft.CSharp.targets' again. It was already imported by '/home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/ThirdParty/Lidgren.Network/Lidgren.Network.Linux.csproj'. Ignoring.
  106. [exec]
  107. [exec] /home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/MonoGame.Framework.Linux.sln (Build) ->
  108. [exec] (Build target) ->
  109. [exec] /home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/ThirdParty/Lidgren.Network/Lidgren.Network.Linux.csproj (default targets) ->
  110. [exec] /usr/lib/mono/4.0/Microsoft.Common.targets (_ValidateEssentialProperties target) ->
  111. [exec]
  112. [exec] /home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/ThirdParty/Lidgren.Network/Lidgren.Network.Linux.csproj: warning : Cannot import project '/usr/lib/mono/4.0/Microsoft.CSharp.targets' again. It was already imported by '/home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/ThirdParty/Lidgren.Network/Lidgren.Network.Linux.csproj'. Ignoring.
  113. [exec]
  114. [exec] /home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/MonoGame.Framework.Linux.sln (Build) ->
  115. [exec] (Build target) ->
  116. [exec] /home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/ThirdParty/Lidgren.Network/Lidgren.Network.Linux.csproj (default targets) ->
  117. [exec] /usr/lib/mono/4.0/Microsoft.CSharp.targets (CoreCompile target) ->
  118. [exec]
  119. [exec] NetPeerConfiguration.cs(282,26): warning CS1591: Missing XML comment for publicly visible type or member `Lidgren.Network.NetPeerConfiguration.BroadcastAddress'
  120. [exec] NetUtility.cs(163,41): warning CS1591: Missing XML comment for publicly visible type or member `Lidgren.Network.NetUtility.GetBroadcastAddress()'
  121. [exec] NetPeer.MessagePools.cs(58,29): warning CS0219: The variable `len' is assigned but its value is never used
  122. [exec] NetPeer.Send.cs(93,29): warning CS0219: The variable `mtu' is assigned but its value is never used
  123. [exec] NetUPnP.cs(101,45): warning CS0219: The variable `xdoc' is assigned but its value is never used
  124. [exec] NetUPnP.cs(133,45): warning CS0219: The variable `xdoc' is assigned but its value is never used
  125. [exec]
  126. [exec] /home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/MonoGame.Framework.Linux.sln (Build) ->
  127. [exec] (Build target) ->
  128. [exec] /home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/MonoGame.Framework/MonoGame.Framework.Linux.csproj (default targets) ->
  129. [exec] /usr/lib/mono/4.0/Microsoft.Common.targets (ResolveProjectReferences target) ->
  130. [exec] /home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/ThirdParty/Lidgren.Network/Lidgren.Network.Linux.csproj (GetTargetPath) ->
  131. [exec]
  132. [exec] /home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/ThirdParty/Lidgren.Network/Lidgren.Network.Linux.csproj: warning : Cannot import project '/usr/lib/mono/4.0/Microsoft.CSharp.targets' again. It was already imported by '/home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/ThirdParty/Lidgren.Network/Lidgren.Network.Linux.csproj'. Ignoring.
  133. [exec]
  134. [exec] /home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/MonoGame.Framework.Linux.sln (Build) ->
  135. [exec] (Build target) ->
  136. [exec] /home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/MonoGame.Framework/MonoGame.Framework.Linux.csproj (default targets) ->
  137. [exec] /usr/lib/mono/4.0/Microsoft.CSharp.targets (CoreCompile target) ->
  138. [exec]
  139. [exec] BoundingFrustum.cs(447,44): warning CS1030: #warning: `Move this to the PlaneHelper class'
  140. [exec]
  141. [exec] Errors:
  142. [exec]
  143. [exec] /home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/MonoGame.Framework.Linux.sln (Build) ->
  144. [exec] (Build target) ->
  145. [exec] /home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/MonoGame.Framework/MonoGame.Framework.Linux.csproj (default targets) ->
  146. [exec] /usr/lib/mono/4.0/Microsoft.CSharp.targets (CoreCompile target) ->
  147. [exec]
  148. [exec] GameComponentCollectionEventArgs.cs(43): error CS1525: Unexpected symbol `?'
  149. [exec] ReusableItemList.cs(28): error CS1525: Unexpected symbol `?'
  150. [exec] Audio/SoundState.cs(41): error CS1525: Unexpected symbol `?'
  151. [exec] Audio/AudioChannels.cs(41): error CS1525: Unexpected symbol `?'
  152. [exec] Audio/SoundEffect.cs(40): error CS1525: Unexpected symbol `?'
  153. [exec] Media/MediaPlayer.cs(44): error CS1525: Unexpected symbol `?'
  154. [exec] Media/Song.cs(45): error CS1525: Unexpected symbol `?'
  155. [exec] Media/MediaState.cs(42): error CS1525: Unexpected symbol `?'
  156. [exec] Graphics/SwapEffect.cs(43): error CS1525: Unexpected symbol `?'
  157. [exec] Graphics/SpriteEffects.cs(43): error CS1525: Unexpected symbol `?'
  158. [exec] GamerServices/SignedInGamerCollection.cs(40): error CS1525: Unexpected symbol `?'
  159. [exec] Desktop/Input/Mouse.cs(40): error CS1525: Unexpected symbol `?'
  160. [exec] Desktop/Input/MouseState.cs(40): error CS1525: Unexpected symbol `?'
  161. [exec]
  162. [exec] 10 Warning(s)
  163. [exec] 13 Error(s)
  164. [exec]
  165. [exec] Time Elapsed 00:00:02.7324940
  166.  
  167. BUILD FAILED
  168.  
  169. /home/neuromancer85/abs/monogame/src/mono-MonoGame-33b31e6/default.build(36,5):
  170. External Program Failed: xbuild (return code was 1)
  171.  
  172. Total time: 3 seconds.
  173.  
  174. ==> ERROR: A failure occurred in build().
  175. Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement