[Mono-list] xsp build problems on debian
Mike
stuff@dustsmoke.com
Wed, 23 Feb 2005 17:28:20 -0700
Tom McLaughlin wrote:
>On Wed, 2005-02-23 at 12:09 +0100, Ezequiel Foncubierta wrote:
>
>
>>Hi,
>>
>>go support/ directory into mono-1.0.6 sources, and update the libraries
>>with "make install". It's will install Mono.Posix API. Try now when
>>complete the update.
>>
>>Good luck.
>>
>>--
>>Ezequiel Foncubierta Estévez - http://mogurito.agali.org
>>efoncu@agali.org
>>Asociación de Gaditanos Linuxeros - http://www.agali.org
>>
>>
>>On mar, 2005-02-22 at 23:50 -0700, Mike wrote:
>>
>>
>>>I am having trouble building 1.0.6 on debian sid. I get through building
>>>the runtime which all seems ot run a simple "hello world" class fine.
>>>But I cannot continue onto xsp (the reason I want to use mono)
>>>
>>>during make I get this, configure gives no errors. Plus I don't get
>>>---------------------------------------------------------------------
>>>/usr/bin/gmcs -debug+ -debug:full -nologo -r:System.Web.dll
>>>-r:Mono.Posix.dll /d:MODMONO_SERVER /out:mod-mono-server2.exe
>>>./IApplicationHost.cs ./MonoWorkerRequest.cs ./Tracing.cs
>>>./ApplicationServer.cs ./LingeringNetworkStream.cs
>>>./BaseApplicationHost.cs ./BaseRequestBroker.cs ./IWebSource.cs
>>>./server.cs ./ModMonoRequest.cs ./ModMonoWorkerRequest.cs
>>>./ModMonoApplicationHost.cs ./ModMonoTCPWebSource.cs AssemblyInfoModMono.cs
>>>ALPHA SOFTWARE: Mono C# Compiler 0.96.0.0 for Generics
>>>error CS0006: Cannot find assembly `System.Web.dll'
>>>Log:
>>>
>>>error CS0006: Cannot find assembly `Mono.Posix.dll'
>>>Log:
>>>
>>>
>
>I have this same problem on FreeBSD too. I had thought it was a FreeBSD
>specific problem because the only difference in the XSP Makefile between
>1.0.6 and 1.0.5 is the use of gmcs over mcs as the compiler and we have
>some already known issues. System.Web.dll and Mono.Posix.dll do exist
>and are listed by gacutil. Now that I see this error happening to
>someone on a Linux box I believe this is a sign of an issue somewhere in
>Mono or gmcs. Thanks.
>
>Tom
>
>
>
Yeah, I am going to have to agree.
Looks like a bug.
-Mike