[Mono-dev] make install fails

Andrew Kurochka aki.viper at gmail.com
Thu Jul 30 15:59:07 EDT 2009


Hello,

I'm trying to build mono from SVN. Compilation succeeds. But when I run
"make install" I get following error:

...
make install-local
make[7]: Entering directory `/home/viper/mcs/class/System.Web'
MONO_PATH="./../../class/lib/net_1_1_bootstrap:$MONO_PATH"
/home/viper/mono/runtime/mono-wrapper 
./../../class/lib/net_1_1_bootstrap/gacutil.exe /i
./../../class/lib/net_2_0/System.Web.dll /f  /root /usr/local/lib /package
2.0
Failure adding assembly ./../../class/lib/net_2_0/System.Web.dll to the
cache: Strong name cannot be verified for delay-signed assembly
make[7]: *** [install-local] Error 1
make[7]: Leaving directory `/home/viper/mcs/class/System.Web'
make[6]: *** [do-install] Error 2
...

If I sign assembly manually (with sn -R) System.Web.dll is installed
correctly but install fails on another assembly with same mistake. I've
checked several other assemblies some of them are signed others are not.
What I'm doing wrong?

OS: OpenSUSE 11.1
-- 
View this message in context: http://www.nabble.com/make-install-fails-tp24739587p24739587.html
Sent from the Mono - Dev mailing list archive at Nabble.com.



More information about the Mono-devel-list mailing list