[Mono-bugs] [Bug 61320][Wis] Changed - --with-jit=no is ignored and autodetection overrides
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 9 Jul 2004 07:17:13 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=61320
--- shadow/61320 2004-07-08 18:31:06.000000000 -0400
+++ shadow/61320.tmp.21836 2004-07-09 07:17:13.000000000 -0400
@@ -1,15 +1,15 @@
Bug#: 61320
Product: Mono: Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details: Debian Sid, s390
Status: NEW
Resolution:
-Severity:
-Priority: Normal
+Severity: Unknown
+Priority: Wishlist
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: blade@debian.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
@@ -39,6 +39,12 @@
2.0 Alpha: yes
JNI support: no
The appearence of this problems seems to be related to the system type
since I remember to have build s390 packages on another developer system
(though manually) and there it worked as expected.
+
+------- Additional Comments From lupus@ximian.com 2004-07-09 07:17 -------
+The error on that system is because of a broken libc/pthread lib (it
+doesn't support TLS vars in shared libraries), so you should fix that
+or build mono with --with-nptl=no (--with-tls=pthread with CVS code).
+Setting to whishlist, since --with-jit=no is not a priority.