Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jul 2007 13:22:12 -0700 (PDT)
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports@FreeBSD.org
Subject:   Re: pm3-base, cvsup, etc. on -CURRENT [patch]
Message-ID:  <200707302022.l6UKMCeJ092292@gw.catspoiler.org>

next in thread | raw e-mail | index | archive | help
On 30 Jul, Don Lewis wrote:
> The Modula 3 ports recently stopped working on -CURRENT because of a
> change to the i386 machine-dependent kernel code removed a kludge that
> the pm3 garbage collector was using to find the fault address when
> accesses were made to protected pages.  The correct fix for this is to
> convert the garbage collector to using sigaction() with the SA_SIGINFO
> flag so that it can get the address in a supported fashion.  A further
> problem is that the pm3-base port can't be built with GCC 4.2, which is
> the base compiler in current.  The patch below addresses both of these
> issues, 

[snip]

Does this change deserve a port version bump?  Ordinarily I would say
no, because the only effect is to get the port working on -CURRENT,
*but* I've heard that the same kernel kludge removal might be coming to
6.2-STABLE for compatibility with the Wine port.  It might be helpful if
6.2-STABLE users automagically get pm3-base upgraded before the kernel
change breaks cvsup.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707302022.l6UKMCeJ092292>