[Mono-list] svn mono compile

Lorenzo Viola info at eulogika.net
Thu Nov 1 19:24:19 EDT 2007


Hello

some days ago I managed to compile a complete mono system from svn

Now, on another debian box, I get the following (new version on svn, I 
see...)

I already tried a "make clean"...

make[6]: Entering directory `/src/mcs/mcs'
make all-local
make[7]: Entering directory `/src/mcs/mcs'
../jay/jay -ctv < ../jay/skeleton.cs cs-parser.jay > jay-tmp.out && mv 
jay-tmp.out cs-parser.cs
../jay/jay: 5 rules never reduced
../jay/jay: 30 shift/reduce conflicts, 1 reduce/reduce conflict.
mcs /codepage:65001   -d:NET_1_1 -d:ONLY_1_1 -d:BOOTSTRAP_WITH_OLDLIB 
-debug -target:exe -out:mcs.exe cs-parser.cs  @mcs.exe.sources
AssemblyInfo.cs(39,12): error CS0647: Error during emitting 
`System.Reflection.AssemblyVersionAttribute' attribute. The reason is 
`Specified version `1.2.6pre.0' is not valid'
Compilation failed: 1 error(s), 0 warnings
make[7]: *** [../class/lib/basic/mcs.exe] Error 1
make[7]: Leaving directory `/src/mcs/mcs'
make[6]: *** [do-all] Error 2
make[6]: Leaving directory `/src/mcs/mcs'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/src/mcs'
make[4]: *** [profile-do--basic--all] Error 2
make[4]: Leaving directory `/src/mcs'
make[3]: *** [profiles-do--all] Error 2
make[3]: Leaving directory `/src/mcs'
make[2]: *** [all-local] Error 2
make[2]: Leaving directory `/src/mono/runtime'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/src/mono'
make: *** [all] Error 2
ashinaga:/src/mono#

best regards

make[6]: Entering directory `/src/mcs/mcs'
make all-local
make[7]: Entering directory `/src/mcs/mcs'
../jay/jay -ctv < ../jay/skeleton.cs cs-parser.jay > jay-tmp.out && mv 
jay-tmp.out cs-parser.cs
../jay/jay: 5 rules never reduced
../jay/jay: 30 shift/reduce conflicts, 1 reduce/reduce conflict.
mcs /codepage:65001   -d:NET_1_1 -d:ONLY_1_1 -d:BOOTSTRAP_WITH_OLDLIB 
-debug -target:exe -out:mcs.exe cs-parser.cs  @mcs.exe.sources
AssemblyInfo.cs(39,12): error CS0647: Error during emitting 
`System.Reflection.AssemblyVersionAttribute' attribute. The reason is 
`Specified version `1.2.6pre.0' is not valid'
Compilation failed: 1 error(s), 0 warnings
make[7]: *** [../class/lib/basic/mcs.exe] Error 1
make[7]: Leaving directory `/src/mcs/mcs'
make[6]: *** [do-all] Error 2
make[6]: Leaving directory `/src/mcs/mcs'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/src/mcs'
make[4]: *** [profile-do--basic--all] Error 2
make[4]: Leaving directory `/src/mcs'
make[3]: *** [profiles-do--all] Error 2
make[3]: Leaving directory `/src/mcs'
make[2]: *** [all-local] Error 2
make[2]: Leaving directory `/src/mono/runtime'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/src/mono'
make: *** [all] Error 2
ashinaga:/src/mono#



More information about the Mono-list mailing list