Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 76144 - mono 1.0.5-r3 fails on an Unhandled Exception error
Summary: mono 1.0.5-r3 fails on an Unhandled Exception error
Status: RESOLVED DUPLICATE of bug 75560
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-30 07:53 UTC by Jon A Kristofferson
Modified: 2005-07-17 13:06 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 Jon A Kristofferson 2004-12-30 07:53:30 UTC
I was trying to install "mono" and I followed the instructions in the book, Mono "A Developers Notebook".

export ACCEPT_KEYWORDS="~x86"
USE="gtkhtml gnome" emerge mono monodoc gtk-sharp

After some time has elapsed the emerge ends in this error message. I emerged "libc" but I'm afraid that was not the problem. It looks as though there should be a libc entry in the system.dll module.

Any help would be appreciated.

Jon A Kristofferson

make[2]: Entering directory `/var/tmp/portage/mono-1.0.5-r3/work/mcs-1.0.5/class/System'
MONO_CFG_DIR='/var/tmp/portage/mono-1.0.5-r3/image//etc/' MONO_PATH="../../class/lib/default:$MONO_PATH" /var/tmp/portage/mono-1.0.5-r3/work/mono-1.0.5/mono/mini/mono  ../../tools/security/sn.exe -q -R ../../class/lib/default/System.dll ../../class/mono.snk
Assembly ../../class/lib/default/System.dll signed.
echo stamp > ../../build/deps/default_System.dll.was_signed
MONO_PATH="../../class/lib/default:$MONO_PATH" /var/tmp/portage/mono-1.0.5-r3/work/mono-1.0.5/mono/mini/mono  ../../tools/gacutil/gacutil.exe /i ../../class/lib/default/System.dll /f /root /var/tmp/portage/mono-1.0.5-r3/image//usr/lib /package 1.0

Unhandled Exception: System.DllNotFoundException: libc
in <0x00053> (wrapper managed-to-native) Mono.Tools.Driver:symlink (string,string)
in <0x0001b> Mono.Tools.Driver:Symlink (string,string)
in <0x005ef> Mono.Tools.Driver:Install (bool,string,string,string,string,string,string)
in <0x0063e> Mono.Tools.Driver:Main (string[])

make[2]: *** [install-local] Error 1
make[2]: Leaving directory `/var/tmp/portage/mono-1.0.5-r3/work/mcs-1.0.5/class/System'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/mono-1.0.5-r3/work/mcs-1.0.5/class'
make: *** [install-recursive] Error 1

!!! ERROR: dev-dotnet/mono-1.0.5-r3 failed.
!!! Function src_install, Line 122, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.

bash-2.05b#    

Reproducible: Always
Steps to Reproduce:
1.export ACCEPT_KEYWORDS="~x86"
2.USE="gtkhtml gnome" emerge mono monodoc gtk-sharp
3.

Actual Results:  
Unhandled Exception: System.DllNotFoundException: libc 
in <0x00053> (wrapper managed-to-native) Mono.Tools.Driver:symlink 
(string,string) 
in <0x0001b> Mono.Tools.Driver:Symlink (string,string) 
in <0x005ef> Mono.Tools.Driver:Install 
(bool,string,string,string,string,string,string) 
in <0x0063e> Mono.Tools.Driver:Main (string[]) 

Expected Results:  
Install without error.
Comment 1 alex f 2004-12-31 08:54:01 UTC
Dupe of Bug #75560
Comment 2 Peter Johanson (RETIRED) gentoo-dev 2005-01-04 08:08:33 UTC
Correct. DUP, and the problem should now be fixed in portage.

*** This bug has been marked as a duplicate of 75560 ***