[Mono-dev] Error installing assemblies to GAC; "make install" of 2.10.2
Justin Bailey
jgbailey at gmail.com
Wed Jun 8 16:33:05 EDT 2011
I've successfully built Mono 2.10.2 on our Linux system. However, I
get intermittent errors installing. They are not consistent but have
this form:
make[7]: Entering directory
`/adp/home/baileyj/mono-2.10.2/mcs/class/Mono.Cecil'
MONO_PATH="./../../class/lib/basic:$MONO_PATH"
/adp/home/baileyj/mono-2.10.2/runtime/mono-wrapper
./../../class/lib/basic/gacutil.exe /i
./../../class/lib/net_2_0/Mono.Cecil.dll /f /root
/adp/home/baileyj/local/lib
Failure adding assembly Expected end tag '{0}' but found '{1}' to
the cache: The system cannot find the file specified.
Notice the assembly name in the error message is "Expected end tag
'{0}' but found '{1}'".
If I run make install again, the error will occur with a different
assembly. If I run "make uninstall; make install", the error also
happens with a different assembly.
Does this look familiar to anyone?
Justin
More information about the Mono-devel-list
mailing list