[Opensim-users] R6278: nant build failing (Rhian)
Rhian
dutchy.rhian at gmail.com
Mon Sep 15 09:02:44 UTC 2008
To me it looks like gmcs isn't properly installed...
Make sure that you have the latest versions of:
nant mono-gmcs libmono-microsoft8.0-cil libmono-system-runtime2.0-cil
libgdiplus libmono-i18n2.0-cil
and of course satisfying the dependencies!!
Good luck
On Sun, Sep 14, 2008 at 6:11 PM, Browser [ICE] <browser_ice at hotmail.com> wrote:
> In response to following reply:
>
>>
>> Today's Topics:
>>
>> 1. Re: R6278: nant build failing (Rhian)
>>
>>
>> ----------------------------------------------------------------------
>>
>> Message: 1
>> Date: Sun, 14 Sep 2008 08:24:09 +0200
>> From: Rhian <dutchy.rhian at gmail.com>
>> Subject: Re: [Opensim-users] R6278: nant build failing
>> To: opensim-users at lists.berlios.de
>> Message-ID:
>> <8779be340809132324k390b7426y2b9c71e997a6d12b at mail.gmail.com>
>> Content-Type: text/plain; charset=ISO-8859-1
>>
>> Hi,
>>
>> Can you try an even newer one? I haven't tried r6278, r6274 worked on
>> that part for me but I found other issues (maybe related to my setup,
>> maybe something else). I'm trying out r6295 at the moment.
>>
>> Also go for a newer mono!
>> Mono JIT compiler version 1.9.1 (tarball)
>> Copyright (C) 2002-2007 Novell, Inc and Contributors. www.mono-project.com
>> TLS: __thread
>> GC: Included Boehm (with typed GC)
>> SIGSEGV: altstack
>> Notifications: epoll
>> Architecture: x86
>> Disabled: none
>>
>> Cheers,
>> Rhian
>>
>>
>>
>> End of Opensim-users Digest, Vol 13, Issue 9
>> ********************************************
>
> I have fetched the releat 1.9.1 of Mono and compiled 3 OpenSim (6297, 6278,
> 5108) releases but I still get 1 build failure. So it seams this problem has
> been going on for a while but because somehow my setup is different then
> everone else's, I'm the only one who is having a build problem with it.
> Anyone else having the same problem ?
>
> ======================
> Mono current version
> ======================
>>mono -V
> Mono JIT compiler version 1.9.1 (tarball)
> Copyright (C) 2002-2007 Novell, Inc and Contributors. www.mono-project.com
> TLS: __thread
> GC: Included Boehm (with typed GC)
> SIGSEGV: altstack
> Notifications: epoll
> Architecture: x86
> Disabled: none
>
> ======================
> Compiling Releast 6278
> ======================
> Creating Visual C# 2005 solution and project files
> ...Creating project: Prebuild
>
> NAnt 0.85 (Build 0.85.2478.0; release; 14/10/2006)
> Copyright (C) 2001-2006 Gerry Shaw
> http://nant.sourceforge.net
>
> Buildfile:
> file:///home/fapicard/Projects/VirtualWorlds/OpenSimSrc/OpenSim.build
> Target framework: Mono 2.0 Profile
> Target(s) specified: build
>
> [echo] Using 'mono-2.0' Framework
>
> init:
>
>
> Debug:
>
> [echo] Platform unix
> . . .
> . . .
> [nant]
> /home/fapicard/Projects/VirtualWorlds/OpenSimSrc/OpenSim/Region/Communications/OGS1/OpenSim.Region.Communications.OGS1.dll.build
> build
> Buildfile:
> file:///home/fapicard/Projects/VirtualWorlds/OpenSimSrc/OpenSim/Region/Communications/OGS1/OpenSim.Region.Communications.OGS1.dll.build
> Target framework: Mono 2.0 Profile
> Target(s) specified: build
>
>
> build:
>
> [echo] Build Directory is
> /home/fapicard/Projects/VirtualWorlds/OpenSimSrc/OpenSim/Region/Communications/OGS1/bin/Debug
> [csc] Compiling 7 files to
> '/home/fapicard/Projects/VirtualWorlds/OpenSimSrc/OpenSim/Region/Communications/OGS1/bin/Debug/OpenSim.Region.Communications.OGS1.dll'.
> [csc]
> /home/fapicard/Projects/VirtualWorlds/OpenSimSrc/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs(37,40):
> error CS0234: The type or namespace name `Tcp' does not exist in the
> namespace `System.Runtime.Remoting.Channels'. Are you missing an assembly
> reference?
> [csc] Compilation failed: 1 error(s), 0 warnings
>
> BUILD FAILED - 0 non-fatal error(s), 1 warning(s)
>
>
> /home/fapicard/Projects/VirtualWorlds/OpenSimSrc/OpenSim/Region/Communications/OGS1/OpenSim.Region.Communications.OGS1.dll.build(14,10):
> External Program Failed: /usr/lib/mono/2.0/gmcs.exe (return code
> was 1)
>
> Total time: 1.3 seconds.
>
>
> BUILD FAILED
>
> Nested build failed. Refer to build log for exact reason.
>
> Total time: 11.5 seconds.
>
> ======================
> Compiling Releast 6297
> ======================
> [nant]
> /home/fapicard/Projects/VirtualWorlds/OpenSimSrc/OpenSim/Region/Communications/OGS1/OpenSim.Region.Communications.OGS1.dll.build
> build
> Buildfile:
> file:///home/fapicard/Projects/VirtualWorlds/OpenSimSrc/OpenSim/Region/Communications/OGS1/OpenSim.Region.Communications.OGS1.dll.build
> Target framework: Mono 2.0 Profile
> Target(s) specified: build
>
>
> build:
>
> [echo] Build Directory is
> /home/fapicard/Projects/VirtualWorlds/OpenSimSrc/OpenSim/Region/Communications/OGS1/bin/Debug
> [mkdir] Creating directory
> '/home/fapicard/Projects/VirtualWorlds/OpenSimSrc/OpenSim/Region/Communications/OGS1/bin/Debug'.
> [csc] Compiling 7 files to
> '/home/fapicard/Projects/VirtualWorlds/OpenSimSrc/OpenSim/Region/Communications/OGS1/bin/Debug/OpenSim.Region.Communications.OGS1.dll'.
> [csc]
> /home/fapicard/Projects/VirtualWorlds/OpenSimSrc/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs(37,40):
> error CS0234: The type or namespace name `Tcp' does not exist in the
> namespace `System.Runtime.Remoting.Channels'. Are you missing an assembly
> reference?
> [csc] Compilation failed: 1 error(s), 0 warnings
>
> BUILD FAILED - 0 non-fatal error(s), 1 warning(s)
>
>
> /home/fapicard/Projects/VirtualWorlds/OpenSimSrc/OpenSim/Region/Communications/OGS1/OpenSim.Region.Communications.OGS1.dll.build(14,10):
> External Program Failed: /usr/lib/mono/2.0/gmcs.exe (return code
> was 1)
>
> Total time: 1 seconds.
>
>
> BUILD FAILED
>
> Nested build failed. Refer to build log for exact reason.
>
> Total time: 49.2 seconds.
>
>
> ======================
> Compiling Releast 5108
> ======================
> [nant]
> /home/fapicard/Projects/VirtualWorlds/OpenSimSrc/OpenSim/Region/Communications/OGS1/OpenSim.Region.Communications.OGS1.dll.build
> build
> Buildfile:
> file:///home/fapicard/Projects/VirtualWorlds/OpenSimSrc/OpenSim/Region/Communications/OGS1/OpenSim.Region.Communications.OGS1.dll.build
> Target framework: Mono 2.0 Profile
> Target(s) specified: build
>
>
> build:
>
> [echo] Build Directory is
> /home/fapicard/Projects/VirtualWorlds/OpenSimSrc/OpenSim/Region/Communications/OGS1/bin/Debug
> [mkdir] Creating directory
> '/home/fapicard/Projects/VirtualWorlds/OpenSimSrc/OpenSim/Region/Communications/OGS1/bin/Debug'.
> [csc] Compiling 6 files to
> '/home/fapicard/Projects/VirtualWorlds/OpenSimSrc/OpenSim/Region/Communications/OGS1/bin/Debug/OpenSim.Region.Communications.OGS1.dll'.
> [csc]
> /home/fapicard/Projects/VirtualWorlds/OpenSimSrc/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs(36,40):
> error CS0234: The type or namespace name `Tcp' does not exist in the
> namespace `System.Runtime.Remoting.Channels'. Are you missing an assembly
> reference?
> [csc] Compilation failed: 1 error(s), 0 warnings
>
> BUILD FAILED - 0 non-fatal error(s), 1 warning(s)
>
>
> /home/fapicard/Projects/VirtualWorlds/OpenSimSrc/OpenSim/Region/Communications/OGS1/OpenSim.Region.Communications.OGS1.dll.build(14,10):
> External Program Failed: /usr/lib/mono/2.0/gmcs.exe (return code
> was 1)
>
> Total time: 1.1 seconds.
>
>
> BUILD FAILED
>
> Nested build failed. Refer to build log for exact reason.
>
> Total time: 51.7 seconds.
>
>
>
> ________________________________
> _______________________________________________
> Opensim-users mailing list
> Opensim-users at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/opensim-users
>
>
More information about the Opensim-users
mailing list