Re: [MacPorts] #45496: Subversion with JavaHL crashes on Yosemite
From: Daniel J. Luke <dluke_at_geeklair.net>
Date: Wed, 29 Oct 2014 10:38:39 -0400
> On Oct 27, 2014, at 6:22 AM, Philip Martin <philip.martin_at_wandisco.com> wrote:
The difference between my build that succeeded and the MacPorts build is that MacPorts sets MACOSX_DEPLOYMENT_TARGET (to 10.10 on yosemite). libtool's M4 macro before the just released 2.4.3 incorrectly call the linker with `-undefined suppress` instead of `-undefined dynamic_lookup` in this case.
I've added a small configure patch to MacPorts to work around this for now - I imagine if the next subversion release uses the current (or newer) libtool, then the patch won't be necessary anymore:
--- configure.orig 2014-10-29 10:20:21.000000000 -0400
-- Daniel J. Luke +========================================================+ | *---------------- dluke_at_geeklair.net ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+Received on 2014-10-29 15:40:15 CET |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.