[nem-bug] [Nemerle 0000615]: Nemerle not compiling on Ubuntu 5.10

feedback at nemerle.org feedback at nemerle.org
Mon May 22 18:06:18 CEST 2006


The following issue has been CLOSED
======================================================================
<http://nemerle.org/bugs/view.php?id=615> 
======================================================================
Reported By:                TheCrimsonFlame
Assigned To:                malekith
======================================================================
Project:                    Nemerle
Issue ID:                   615
Category:                   Compiler
Reproducibility:            always
Severity:                   crash
Priority:                   normal
Status:                     closed
Resolution:                 not fixable
Fixed in Version:           
======================================================================
Date Submitted:             02-09-2006 13:45 CET
Last Modified:              05-22-2006 18:06 CEST
======================================================================
Summary:                    Nemerle not compiling on Ubuntu 5.10
Description: 
I wan't to use Nemerle under Ubuntu 5.10.
The 0.9.1 and 0.9.2 versions are not supported because the version of mono
in Ubuntu is too old.

The 0.9.0 version should be working; at least the make command doesn't
complain about the mono version.
But when I either try running the compiler or building from source the
compiler (and the bootsrap compiler) fails with the following message:
--------------------------------------------------------------------------------
WARNING: The runtime version supported by this application is
unavailable.
Using default runtime: v1.1.4322

** (boot/ncc.exe:13007): WARNING **: The class
System.Collections.Generic.Dictionary`2 could not be loaded, used in
/home/viktor/projekte/nemerle/nemerle-0.9.0/boot/Nemerle.dll (token
0x0100001a)

Unhandled Exception: System.NullReferenceException: Object reference not
set to an instance of an object
--------------------------------------------------------------------------------
This message is from the bootstrap compiler, but I get the same message
from the compiler which was intalled from the deb package.

Best Regards
======================================================================

----------------------------------------------------------------------
 malekith - 02-09-06 14:05 
----------------------------------------------------------------------
Unfortunately it seems you version of mono was compiled with support for
.NET 1.1 only (no --with-preview was passed during compilation).

I strongly encourage you to upgrade your mono installation anyway, as
Nemerle 0.9.0 contains numerous bugs and 0.9.2 contains a load of new
features.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
02-09-06 13:45 TheCrimsonFlameNew Issue                                    
02-09-06 14:05 malekith       Status                   new => resolved     
02-09-06 14:05 malekith       Resolution               open => not fixable 
02-09-06 14:05 malekith       Assigned To               => malekith        
02-09-06 14:05 malekith       Note Added: 0001076                          
02-09-06 14:05 malekith       Description Updated                          
05-22-06 18:06 nazgul         Status                   resolved => closed  
======================================================================




More information about the bugs mailing list