Date: Tue, 17 Mar 2009 11:15:01 +0100 From: Romain =?iso-8859-1?Q?Tarti=E8re?= <romain@blogreen.org> To: freebsd-mono@freebsd.org Subject: Re: Problem compiling mod_mono (2.4) Message-ID: <20090317101501.GA31554@blogreen.org> In-Reply-To: <op.uqxm2d1megnie4@rufus.simpleoption.com> References: <op.uqxm2d1megnie4@rufus.simpleoption.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--fdj2RfSjLxBAspz7 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Jos=E9! On Tue, Mar 17, 2009 at 10:50:27AM -0000, Jos=E9 Mar=EDa Ruiz wrote: > I've to notice that when I was trying to compile mod_mono the checksums = =20 > didn't matched > so I suppose that the sources where different from expected. Yes, I did not have time to update to RC3... We are still at RC1. I got annoying regressions with 2.4 and downgraded to 2.2 a few weeks ago, and am quite busy right now, so 2.4-RC1 stalled. Regarding the SIGPWR problem, it is defined like this on the GNU/Linux machine of a friend (/usr/include/bits/signum.h): #define SIGPWR 30 /* Power failure restart (System V). */ In our /usr/include/sys/signal.h, signal 30 is: #define SIGUSR1 30 /* user defined signal 1 */ Which in turn is defined as this on GNU/Linux: #define SIGUSR1 10 /* User-defined signal 1 (POSIX). */ So I guess the Mono guys had quite the same problem to make the program run on MacOs so maybe you can find some "#if defined(__APPLE__)" that can be completed with "|| defined(__FreeBSD__)" somewhere in the code that fixes the problem. I would like to promise to have a look at it in the week but really can't be sure of anything right now :-( Please tell us about any success / failure with your experiments! Kind regards, Romain --=20 Romain Tarti=E8re <romain@blogreen.org> http://romain.blogreen.org/ pgp: 8DAB A124 0DA4 7024 F82A E748 D8E9 A33F FF56 FF43 (ID: 0xFF56FF43) (plain text =3Dnon-HTML=3D PGP/GPG encrypted/signed e-mail much appreciated) --fdj2RfSjLxBAspz7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEARECAAYFAkm/eCUACgkQ2OmjP/9W/0NI0QCeIDUjHqJC1UP0dxWwaasWhXb3 yw8AnjFW48THSZ3ThL/ZCqOSHafxYvN9 =9I+g -----END PGP SIGNATURE----- --fdj2RfSjLxBAspz7--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090317101501.GA31554>