Bugzilla – Bug 539785
Failure adding assembly ./../../class/lib/net_2_0/System.ServiceModel.dll to the cache: Strong name cannot be verified for delay-signed assembly
Last modified: 2009-09-16 22:31:33 UTC
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.14) Gecko/2009090905 Fedora/3.0.14-1.fc10 Firefox/3.0.14 Can't install mono-2.4.2.2 due to Failure adding assembly ./../../class/lib/net_2_0/System.ServiceModel.dll to the cache: Strong name cannot be verified for delay-signed assembly muelli@bigbox ~/svn/gnome2/mono-2.4.2.2/mcs/class/System.ServiceModel $ make -j1 install make install-local make[1]: Entering directory `/home/muelli/svn/gnome2/mono-2.4.2.2/mcs/class/System.ServiceModel' MONO_PATH="./../../class/lib/net_1_1_bootstrap:$MONO_PATH" /home/muelli/svn/gnome2/mono-2.4.2.2/runtime/mono-wrapper ./../../class/lib/net_1_1_bootstrap/gacutil.exe /i ./../../class/lib/net_2_0/System.ServiceModel.dll /f /gacdir /opt/gnome2/lib /root /opt/gnome2/lib /package 2.0 Failure adding assembly ./../../class/lib/net_2_0/System.ServiceModel.dll to the cache: Strong name cannot be verified for delay-signed assembly make[1]: *** [install-local] Error 1 make[1]: Leaving directory `/home/muelli/svn/gnome2/mono-2.4.2.2/mcs/class/System.ServiceModel' make: *** [do-install] Error 2 muelli@bigbox ~/svn/gnome2/mono-2.4.2.2/mcs/class/System.ServiceModel $ I just built it without problems, but make install fails. jhbuild configured mono this was: $ ./configure --prefix /opt/gnome2 --libdir /opt/gnome2/lib64 --disable-static --disable-scrollkeeper --disable-gtk-doc --disable-docs Reproducible: Always Steps to Reproduce: 1. jhbuild mono 2. FAIL 3. Expected Results: I expected it to install fine.