Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 250249 - dev-util/monodoc-1.9 install failed with: Failure adding assembly monodoc.dll to the cache: Strong name cannot be verified for delay-signed assembly
Summary: dev-util/monodoc-1.9 install failed with: Failure adding assembly monodoc.dll...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-08 03:09 UTC by Fred
Modified: 2008-12-08 03:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fred 2008-12-08 03:09:15 UTC
The problem is also reproductible with monodoc-1.2.4

Reproducible: Always

Steps to Reproduce:
1.emerge monodoc (or monodevelop wich pulls monodoc)

Actual Results:  
monodoc can't be installed. 

>>> Install monodoc-1.9 into /var/tmp/portage/dev-util/monodoc-1.9/image/ category dev-util
make -j3 -j1 DESTDIR=/var/tmp/portage/dev-util/monodoc-1.9/image/ install 
Making install in engine
make[1]: Entering directory `/var/tmp/portage/dev-util/monodoc-1.9/work/monodoc-1.9/engine'
make[2]: Entering directory `/var/tmp/portage/dev-util/monodoc-1.9/work/monodoc-1.9/engine'
make[2]: Nothing to be done for `install-exec-am'.
/usr/bin/gacutil /i monodoc.dll /f /package monodoc /gacdir /usr/lib /root /var/tmp/portage/dev-util/monodoc-1.9/image//usr/lib
Failure adding assembly monodoc.dll to the cache: Strong name cannot be verified for delay-signed assembly
make[2]: *** [install-data-local] Error 1
make[2]: Leaving directory `/var/tmp/portage/dev-util/monodoc-1.9/work/monodoc-1.9/engine'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/var/tmp/portage/dev-util/monodoc-1.9/work/monodoc-1.9/engine'
make: *** [install-recursive] Error 1
 * 
 * ERROR: dev-util/monodoc-1.9 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_install
 *             environment, line 2495:  Called die
 * The specific snippet of code:
 *       emake DESTDIR="${D}" install || die
 *  The die message:
 *   (no error message)
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/dev-util/monodoc-1.9/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-util/monodoc-1.9/temp/environment'.
 * 


Expected Results:  
monodoc being installed.
Comment 1 Fred 2008-12-08 03:10:42 UTC
By bad... I was installing monodoc-1.9 and have mono-2.0.1 installed... sry guys. Keep the good work.