Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 263139 - dev-lang/mono-2.2-r3 fails to build
Summary: dev-lang/mono-2.2-r3 fails to build
Status: RESOLVED DUPLICATE of bug 255456
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-20 16:09 UTC by David
Modified: 2009-03-21 00:48 UTC (History)
0 users

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


Attachments
From /var/tmp/portage/dev-lang/mono-2.2-r3/temp/build.log (build.log,458.60 KB, text/plain)
2009-03-20 16:11 UTC, David
Details
emerge --info (emerge-info.txt,3.21 KB, text/plain)
2009-03-20 16:12 UTC, David
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David 2009-03-20 16:09:14 UTC
Fails with:

make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.2-r3/work/mono-2.2/mcs/class/Mono.Cecil.Mdb'
MCS     [net_1_1] Mono.Cecil.Mdb.dll
**
ERROR:../../mono/io-layer/handles-private.h:160:_wapi_handle_set_signal_state: assertion failed: (thr_ret == 0)
/bin/sh: line 1: 31236 Aborted                 MONO_PATH="../../class/lib/net_1_1:$MONO_PATH" /var/tmp/portage/dev-lang/mono-2.2-r3/work/mono-2.2/runtime/mono-wrapper ../../class/lib/net_1_1/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:Mono.Cecil.dll /d:CECIL -keyfile:../mono.snk -target:library -out:../../class/lib/net_1_1/Mono.Cecil.Mdb.dll @Mono.Cecil.Mdb.dll.sources
make[8]: *** [../../class/lib/net_1_1/Mono.Cecil.Mdb.dll] Error 134
make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.2-r3/work/mono-2.2/mcs/class/Mono.Cecil.Mdb'
make[7]: *** [do-all] Error 2
make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.2-r3/work/mono-2.2/mcs/class/Mono.Cecil.Mdb'
make[6]: *** [all-recursive] Error 1
make[6]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.2-r3/work/mono-2.2/mcs/class'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.2-r3/work/mono-2.2/mcs'
make[4]: *** [profile-do--net_1_1--all] Error 2
make[4]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.2-r3/work/mono-2.2/mcs'
make[3]: *** [profiles-do--all] Error 2
make[3]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.2-r3/work/mono-2.2/mcs'
make[2]: *** [all-local] Error 2
make[2]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.2-r3/work/mono-2.2/runtime'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.2-r3/work/mono-2.2'
make: *** [all] Error 2
 *
 * ERROR: dev-lang/mono-2.2-r3 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2978:  Called go-mono_src_compile
 *             environment, line 2062:  Called default
 *               ebuild.sh, line 1489:  Called _eapi2_src_compile
 *               ebuild.sh, line  643:  Called die
 * The specific snippet of code:
 *              emake || die "emake failed"
 *  The die message:
 *   emake failed
 *
 * 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-lang/mono-2.2-r3/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-lang/mono-2.2-r3/temp/environment'.
 *

>>> Failed to emerge dev-lang/mono-2.2-r3, Log file:

>>>  '/var/tmp/portage/dev-lang/mono-2.2-r3/temp/build.log'

 * Messages for package dev-lang/mono-2.2-r3:

 *
 * ERROR: dev-lang/mono-2.2-r3 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2978:  Called go-mono_src_compile
 *             environment, line 2062:  Called default
 *               ebuild.sh, line 1489:  Called _eapi2_src_compile
 *               ebuild.sh, line  643:  Called die
 * The specific snippet of code:
 *              emake || die "emake failed"
 *  The die message:
 *   emake failed



The issue seems to be the first section:

make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.2-r3/work/mono-2.2/mcs/class/Mono.Cecil.Mdb'
MCS     [net_1_1] Mono.Cecil.Mdb.dll
**
ERROR:../../mono/io-layer/handles-private.h:160:_wapi_handle_set_signal_state: assertion failed: (thr_ret == 0)
/bin/sh: line 1: 31236 Aborted 


Will attached emerge --info and the build log.
Comment 1 David 2009-03-20 16:11:57 UTC
Created attachment 185636 [details]
From /var/tmp/portage/dev-lang/mono-2.2-r3/temp/build.log
Comment 2 David 2009-03-20 16:12:41 UTC
Created attachment 185637 [details]
emerge --info
Comment 3 Peter Alfredsen (RETIRED) gentoo-dev 2009-03-21 00:48:34 UTC

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