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
Summary: Failure adding assembly ./../../class/lib/net_2_0/System.ServiceModel.dll to ...
Status: NEW
Alias: None
Product: Mono: Class Libraries
Classification: Mono
Component: WCF (show other bugs)
Version: 2.4.x
Hardware: Other Linux
: P5 - None : Normal
Target Milestone: ---
Assignee: Noam Lampert
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-16 22:11 UTC by bugmenot bugmenot
Modified: 2009-09-16 22:31 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bugmenot bugmenot 2009-09-16 22:11:05 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.