Mercury Bugs - mercury | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000261 | mercury | Bug | public | 2012-07-26 00:38 | 2013-01-07 16:48 |
Reporter | petdr | ||||
---|---|---|---|---|---|
Assigned To | juliensf | ||||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0000261: building mdbcomp in C# grade attempts to link with non-existant mer_rt.dll | ||||
Description | Attempting to build the compiler in the csharp grade leads to the following error Making mer_mdbcomp.dll ** Error making `mer_mdbcomp.dll'. error CS0006: Metadata file `mer_rt.dll' could not be found Compilation failed: 1 error(s), 0 warnings make[1]: *** [libmer_mdbcomp] Error 1 make[1]: Leaving directory `/home/MISCRITITCOM/petdr/merc/workspaces/1107.csharp/mdbcomp' make: *** [mdbcomp] Error 2 this is because we are calling the following command % Invoking system command `dmcs -nowarn:162,219 -define:MR_HIGHLEVEL_DATA -target:library -out:mer_mdbcomp.dll -lib:../boehm_gc -lib:../runtime -lib:../library -lib:../trace -lib:../mdbcomp -lib:../browser -r:mer_std.dll -r:mer_rt.dll Mercury/css/mdbcomp.cs Mercury/css/mer_mdbcomp.cs Mercury/css/mdbcomp.feedback.cs Mercury/css/mdbcomp.goal_path.cs Mercury/css/mdbcomp.prim_data.cs Mercury/css/mdbcomp.program_representation.cs Mercury/css/mdbcomp.rtti_access.cs Mercury/css/mdbcomp.slice_and_dice.cs Mercury/css/mdbcomp.trace_counts.cs Mercury/css/mdbcomp.feedback.automatic_parallelism.cs'... juliensf tells me that it goes wrong at around line 223 of Mmake.workspace My quick solution is to create a dummy mer_rt.dll in the runtime directory, as a workaround. | ||||
Steps To Reproduce | 1. Add GRADE=csharp to Mmake.params 2. GRADE=csharp mmake --use-mmc-make | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
Issue History | |||||
Date Modified | Username | Field | Change | ||
---|---|---|---|---|---|
2012-07-26 00:38 | New Issue | ||||
2012-07-26 01:13 | juliensf | Note Added: 0000477 | |||
2012-12-07 17:12 | juliensf | Assigned To | => juliensf | ||
2012-12-07 17:12 | juliensf | Status | new => assigned | ||
2012-12-07 17:14 | juliensf | Note Added: 0000486 | |||
2013-01-07 16:48 | juliensf | Note Added: 0000492 | |||
2013-01-07 16:48 | juliensf | Status | assigned => resolved | ||
2013-01-07 16:48 | juliensf | Resolution | open => fixed |