Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 19322 - Mono 0.23 fails to build
Summary: Mono 0.23 fails to build
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: foser (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-14 16:41 UTC by Per Wigren
Modified: 2003-04-23 08:30 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 Per Wigren 2003-04-14 16:41:43 UTC
I can't emerge mono... I get this error:

make[2]: Entering directory
`/var/tmp/portage/mono-0.23/work/mcs-0.23/class/System.Configuration.Install'
cat list.unix |egrep '\.cs[[:space:]]*$' >.response
touch library-deps.stamp
MONO_PATH=../../class/lib::/var/tmp/portage/mono-0.23/work/mono-0.23/runtime
mono ../../mcs/mcs.exe --target library --noconfig  -o
../../class/lib/System.Configuration.Install.dll -r corlib -r System @.response
 
** (process:30464): ERROR (recursed) **: file object.c: line 53
(mono_runtime_object_init): assertion failed: (method)
aborting...
make[2]: *** [../../class/lib/System.Configuration.Install.dll] Aborted
make[2]: Leaving directory
`/var/tmp/portage/mono-0.23/work/mcs-0.23/class/System.Configuration.Install'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/var/tmp/portage/mono-0.23/work/mcs-0.23/class'
make: *** [all] Error 1
 
!!! ERROR: dev-lang/mono-0.23 failed.
!!! Function src_compile, Line 41, Exitcode 2
!!! MCS compilation failure


Reproducible: Always
Steps to Reproduce:
emerge mono
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-04-14 18:14:16 UTC
see bug #17614, maybe it helps
Comment 2 foser (RETIRED) gentoo-dev 2003-04-15 06:37:56 UTC
i think that is unrelated, there the compile does not fail only issues warnings.

Can you attach the full output ? And what does your 'emerge info' give (i believe the bugform asks to provide that anyway) ?
Comment 3 Per Wigren 2003-04-15 17:41:11 UTC
hmm... it worked when I removed "-j3" from MAKEOPTS...
Comment 4 foser (RETIRED) gentoo-dev 2003-04-23 08:30:27 UTC
well, as long as we don't get anymore reports i see no reason to alter the ebuild just yet. but it is noted,thanks for your report.