Problem compiling mod_mono (2.4)

Romain Tartière romain at blogreen.org
Tue Mar 17 03:15:04 PDT 2009


Hi José!

On Tue, Mar 17, 2009 at 10:50:27AM -0000, José María Ruiz wrote:
> I've to notice that when I was trying to compile mod_mono the checksums  
> 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

-- 
Romain Tartière <romain at blogreen.org>        http://romain.blogreen.org/
pgp: 8DAB A124 0DA4 7024 F82A  E748 D8E9 A33F FF56 FF43 (ID: 0xFF56FF43)
(plain text =non-HTML= PGP/GPG encrypted/signed e-mail much appreciated)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-mono/attachments/20090317/c8f719ee/attachment.pgp


More information about the freebsd-mono mailing list