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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=80449 --- shadow/80449 2007-01-10 12:50:19.000000000 -0500 +++ shadow/80449.tmp.1282 2007-01-10 12:53:53.000000000 -0500 @@ -67,6 +67,20 @@ try our packages, its possible tat your build setup is busted. ------- Additional Comments From [EMAIL PROTECTED] 2007-01-10 12:50 ------- Packages are not an options, since I need a network wide installation and there are certain differences between Solaris 8 (the version the packages refer to) and Solaris 10. + +------- Additional Comments From [EMAIL PROTECTED] 2007-01-10 12:53 ------- +After some debugging I've found the cause for the bug. You are +passing -D_FILE_OFFSET_BITS to the configure script in libgc. As the +comment in the toplevel configure script states this may be a bad +idea. And it is a bad idea. + +The size of the prasmap struct (part of the procfs interface in +Solaris) depends on the size of off_t, which depends on +_FILE_OFFSET_BITS. This trashes the code that parses the page +information from proc. + +Solution: do not pass _FILE_OFFSET_BITS to libgc. What do you need it +for, anyways? _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
