Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 155066
Alias:
Product:
Component:
Status: RESOLVED
Resolution: DUPLICATE of bug 146424
Assigned To: dotnet <dotnet@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: jt <jiri.klement@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 155066 depends on: Show dependency tree
Bug 155066 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-11-13 12:06 0000
Compilation fails with following message:

test ! -f System.Xml.dll.mdb || mv System.Xml.dll.mdb
../../class/lib/net_2_0_bootstrap/System.Xml.dll.mdb
test ! -f System.Xml.pdb || mv System.Xml.pdb
../../class/lib/net_2_0_bootstrap/System.Xml.pdb
make[8]: Leaving directory
`/var/tmp/portage/mono-1.2/work/mono-1.2/mcs/class/System.XML'
make[7]: Leaving directory
`/var/tmp/portage/mono-1.2/work/mono-1.2/mcs/class/System.XML'
make[7]: Entering directory
`/var/tmp/portage/mono-1.2/work/mono-1.2/mcs/class/Mono.Security'
Creating ../../build/deps/net_2_0_bootstrap_Mono.Security.dll.makefrag ...
make[7]: Leaving directory
`/var/tmp/portage/mono-1.2/work/mono-1.2/mcs/class/Mono.Security'
make[7]: Entering directory
`/var/tmp/portage/mono-1.2/work/mono-1.2/mcs/class/Mono.Security'
make all-local
make[8]: Entering directory
`/var/tmp/portage/mono-1.2/work/mono-1.2/mcs/class/Mono.Security'
MONO_PATH="../../class/lib/net_2_0_bootstrap:$MONO_PATH"
/var/tmp/portage/mono-1.2/work/mono-1.2/runtime/mono-wrapper 
../../class/lib/net_2_0_bootstrap/mcs.exe /codepage:65001   -d:NET_1_1
-d:BOOTSTRAP_NET_2_0 -debug /noconfig -r:System.dll -unsafe -target:library
-out:Mono.Security.dll  @Mono.Security.dll.sources

** (../../class/lib/net_2_0_bootstrap/mcs.exe:23090): WARNING **: Missing
method .ctor in assembly
/usr/lib/mono/gac/I18N/2.0.0.0__0738eb9f132ed756/I18N.dll, type
System.Runtime.CompilerServices.RuntimeCompatibilityAttribute

** ERROR **: Can't find custom attr constructor image:
/usr/lib/mono/gac/I18N/2.0.0.0__0738eb9f132ed756/I18N.dll mtoken: 0x0a00003f
aborting...

=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=================================================================

Stacktrace:

  at (wrapper managed-to-native) System.AppDomain.LoadAssembly
(string,System.Security.Policy.Evidence,bool) <0x00004>
  at (wrapper managed-to-native) System.AppDomain.LoadAssembly
(string,System.Security.Policy.Evidence,bool) <0xffffffff>
  at System.AppDomain.Load (string) <0x00018>
  at (wrapper remoting-invoke-with-check) System.AppDomain.Load (string)
<0xffffffff>
  at System.Reflection.Assembly.Load (string) <0x0001b>
  at System.Text.Encoding.InvokeI18N (string,object[]) <0x0007c>
  at System.Text.Encoding.GetEncoding (string) <0x0015d>
  at System.Text.Encoding.get_Default () <0x0006b>
  at System.Console..cctor () <0x000e0>
  at (wrapper runtime-invoke) System.Object.runtime_invoke_void
(object,intptr,intptr,intptr) <0xffffffff>
  at Mono.CSharp.Report..cctor () <0xffffffff>
  at Mono.CSharp.Report..cctor () <0x0000a>
  at (wrapper runtime-invoke) System.Object.runtime_invoke_void
(object,intptr,intptr,intptr) <0xffffffff>

Native stacktrace:

        /var/tmp/portage/mono-1.2/work/mono-1.2/mono/mini/mono [0x8110fdd]
        [0xffffe440]

Debug info from gdb:

Using host libthread_db library "/lib/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 1076086992 (LWP 23090)]
[New Thread 1085111200 (LWP 23158)]
[New Thread 1078348704 (LWP 23157)]
0xffffe410 in ?? ()
  3 Thread 1078348704 (LWP 23157)  0xffffe410 in ?? ()
  2 Thread 1085111200 (LWP 23158)  0xffffe410 in ?? ()
  1 Thread 1076086992 (LWP 23090)  0xffffe410 in ?? ()
0xffffe410 in ?? ()

Thread 3 (Thread 1078348704 (LWP 23157)):
#0  0xffffe410 in ?? ()
#1  0x40464458 in ?? ()
#2  0x08195558 in ?? ()
#3  0x00000000 in ?? ()
Thread 2 (Thread 1085111200 (LWP 23158)):
#0  0xffffe410 in ?? ()
#1  0x40ad7318 in ?? ()
#2  0x00000001 in ?? ()
#3  0x00000000 in ?? ()

Thread 1 (Thread 1076086992 (LWP 23090)):
#0  0xffffe410 in ?? ()
#0  0xffffe410 in ?? ()

make[8]: *** [../../class/lib/net_2_0_bootstrap/Mono.Security.dll] Aborted
make[8]: Leaving directory
`/var/tmp/portage/mono-1.2/work/mono-1.2/mcs/class/Mono.Security'
make[7]: *** [do-all] Error 2
make[7]: Leaving directory
`/var/tmp/portage/mono-1.2/work/mono-1.2/mcs/class/Mono.Security'
make[6]: *** [all-recursive] Error 1
make[6]: Leaving directory `/var/tmp/portage/mono-1.2/work/mono-1.2/mcs/class'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/var/tmp/portage/mono-1.2/work/mono-1.2/mcs'
make[4]: *** [profile-do--net_2_0_bootstrap--all] Error 2
make[4]: Leaving directory `/var/tmp/portage/mono-1.2/work/mono-1.2/mcs'
make[3]: *** [profiles-do--all] Error 2
make[3]: Leaving directory `/var/tmp/portage/mono-1.2/work/mono-1.2/mcs'
make[2]: *** [all-local] Error 2
make[2]: Leaving directory `/var/tmp/portage/mono-1.2/work/mono-1.2/runtime'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/mono-1.2/work/mono-1.2'
make: *** [all] Error 2

!!! ERROR: dev-lang/mono-1.2 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  mono-1.2.ebuild, line 88:   Called die

!!! compile failed
!!! If you need support, post the topmost build error, and the call stack if
relevant.

emerge --info:
Portage 2.1.1-r1 (default-linux/x86/2006.0, gcc-4.1.1, glibc-2.4-r3,
2.6.15-suspend2-r8 i686)
=================================================================
System uname: 2.6.15-suspend2-r8 i686 Intel(R) Pentium(R) III Mobile CPU     
1000MHz
Gentoo Base System version 1.12.6
Last Sync: Mon, 13 Nov 2006 18:30:01 +0000
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632)
[disabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python:     2.3.5-r2, 2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r4
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-Os -march=pentium3 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config
/usr/kde/3.5/shutdown /usr/lib/mozilla/defaults/pref /usr/share/X11/xkb
/usr/share/config /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf
/etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-Os -march=pentium3 -fomit-frame-pointer -pipe"
DISTDIR="/mnt/gentoo"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LINGUAS="en cs"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress
--force --whole-file --delete --delete-after --stats --timeout=180
--exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage-brix"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X aac alsa apm bash-completion berkdb bitmap-fonts bzip2 cli cracklib
cups dlloader dri elibc_glibc emboss firebird foomaticdb gdbm gif gtk gtk2
iconv imlib input_devices_keyboard input_devices_mouse ipv6 irda isdnlog java
jpeg jpeg2k kde kernel_linux libg++ libwww linguas_cs linguas_en mad mmx mp3
mpeg ncurses nls nptl nptlonly ogg opengl pcre pdf perl pic png pppd python qt3
qt4 readline reflection sdl session spell spl sse ssl svg tcpd tiff truetype
truetype-fonts type1-fonts udev unicode userland_GNU userlocales
video_cards_radeon vorbis wmf xinerama xml xorg xv zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS,
PORTAGE_RSYNC_EXTRA_OPTS

------- Comment #1 From Samuel Robyr 2006-11-14 05:58:46 0000 -------
I can just say "Same here :(". 
Here is my gdb backtrace that's a bit different from the one already provided:

Using host libthread_db library "/lib/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 1076121792 (LWP 10836)]
[New Thread 1086430096 (LWP 10905)]
[New Thread 1079659408 (LWP 10904)]
0x4001c410 in __kernel_vsyscall ()
  3 Thread 1079659408 (LWP 10904)  0x4001c410 in __kernel_vsyscall ()
  2 Thread 1086430096 (LWP 10905)  0x4001c410 in __kernel_vsyscall ()
  1 Thread 1076121792 (LWP 10836)  0x4001c410 in __kernel_vsyscall ()

Thread 3 (Thread 1079659408 (LWP 10904)):
#0  0x4001c410 in __kernel_vsyscall ()
#1  0x400f54f6 in __nanosleep_nocancel () from /lib/libpthread.so.0
#2  0x080fc7af in collection_thread (unused=0x0) at collection.c:34
#3  0x400ee2c1 in start_thread () from /lib/libpthread.so.0
#4  0x401dc54e in clone () from /lib/libc.so.6

Thread 2 (Thread 1086430096 (LWP 10905)):
#0  0x4001c410 in __kernel_vsyscall ()
#1  0x400f2516 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#2  0x08106665 in timedwait_signal_poll_cond (cond=0x4060d1dc, 
    mutex=0x4060d1c4, timeout=0x0, alertable=0) at handles.c:1409
#3  0x08108df3 in _wapi_handle_timedwait_signal_handle (handle=0x404, 
    timeout=0x0, alertable=0) at handles.c:1489
#4  0x08108e64 in _wapi_handle_wait_signal_handle (handle=0x404, alertable=0)
    at handles.c:1449
#5  0x08109b23 in WaitForSingleObjectEx (handle=0x404, timeout=4294967295, 
    alertable=0) at wait.c:200
#6  0x0815d816 in finalizer_thread (unused=0x0) at gc.c:816
#7  0x080b3a8a in start_wrapper (data=0x829aef0) at threads.c:312
#8  0x08100a6f in thread_start_routine (args=0x4065f3b4) at threads.c:253
#9  0x081192c2 in GC_start_routine ()
#10 0x400ee2c1 in start_thread () from /lib/libpthread.so.0
#11 0x401dc54e in clone () from /lib/libc.so.6

Thread 1 (Thread 1076121792 (LWP 10836)):
#0  0x4001c410 in __kernel_vsyscall ()
#1  0x401d6301 in select () from /lib/libc.so.6
#2  0x400a4bce in g_spawn_sync () from /usr/lib/libglib-2.0.so.0
#3  0x00000000 in ?? ()
#0  0x4001c410 in __kernel_vsyscall ()


emerge --info:
Portage 2.1.2_rc1-r6 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.5-r0,
2.6.18-suspend2 i686)
=================================================================
System uname: 2.6.18-suspend2 i686 Genuine Intel(R) CPU           T2600  @
2.16GHz
Gentoo Base System version 1.12.6
Last Sync: Tue, 14 Nov 2006 11:50:02 +0000
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python:     2.4.4
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=prescott -O2 -pipe -msse3 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config
/usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf
/etc/java-config/vms/ /etc/revdep-rebuild /etc/splash /etc/terminfo
/etc/texmf/web2c"
CXXFLAGS="-march=prescott -O2 -pipe -msse3 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer parallel-fetch sandbox
sfperms strict"
GENTOO_MIRRORS="http://mirror.switch.ch/ftp/mirror/gentoo/
http://gentoo.mirror.solnet.ch/"
LANG="en_US"
LC_ALL=""
LINGUAS="en en_GB"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress
--force --whole-file --delete --delete-after --stats --timeout=180
--exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage/default /usr/local/portage/epfl
/usr/local/portage/gentooscience.org /usr/portage/local/layman/sunrise
/usr/portage/local/layman/xeffects"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 X a52 acpi aiglx alsa ao arts avahi bash-completion beagle berkdb
bindinst bitmap-fonts blas bzip2 cairo cddb cdr chm cli cracklib crypt cups
dbus djvu dlloader dri dv dvd dvdr dvi elibc_glibc esd exif fam ffmpeg firefox
flac fortran gcj gdbm gif gnome gpm graphviz gs gstreamer gtk gtk2 gtkhtml hal
iconv imagemagick input_devices_keyboard input_devices_mouse
input_devices_synaptics isdnlog java jpeg jpeg2k kde kdeenablefinal
kdehiddenvisibility kernel_linux libg++ libnotify linguas_en linguas_en_GB
logitech-mouse logrotate mad mjpeg mmx mng mono mp3 mpeg msn musepack nas
ncurses nls nptl nptlonly nsplugin ogg opengl oss pam pch pcmcia pcre pdf perl
plotutils png ppds pppd python qt3 qt4 quicktime readline real reflection samba
sdl session smp spell spl sse sse2 ssl startup-notification svg tcl tcpd tetex
theora threads tiff tk truetype truetype-fonts type1-fonts udev unicode usb
userland_GNU video_cards_fbdev video_cards_fglrx video_cards_radeon
video_cards_vesa vnc vorbis win32codecs wma wxwindows xcomposite xml xorg xosd
xprint xv xvid zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS,
PORTAGE_RSYNC_EXTRA_OPTS

------- Comment #2 From Andreas Schäfer 2006-11-14 23:43:16 0000 -------
yo, same here. on both of my machines.

------- Comment #3 From Bartek 'Paczesiowa' Cwiklowski 2006-11-16 02:13:14 0000 -------
try unmerging previous versions of mono before emerging mono-1.2 it helped me
to get rid of this bug...

------- Comment #4 From jt 2006-11-16 04:10:44 0000 -------
Unmerging mono-1.1.13.6 before emerging 1.2 helped me as well. Note that I was
using old version - current stable mono is 1.1.13.8.1 but I was using 1.1.13.6.

------- Comment #5 From Jurek Bartuszek 2006-11-24 13:12:17 0000 -------

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

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug