|
From: Maxime <ma...@ta...> - 2017-07-04 09:05:31
|
William, Sorry for the late reply. Actually we already planned to no longer build the Wrapper for the PPC architecture on macosx as Apple dropped its support since OS X 10.5. We however want to make this change in our next major release (version 4.0). Its release date has not been fixed yet, but it should be out in a few months... We rather want to avoid making this change in a minor release as there may still be some users who expect support for this old architecture. Best Regards, Maxime 2017-06-20 12:09 GMT+09:00 William Woodruff <wi...@tu...>: > Hi all, > > I'm a maintainer over at Homebrew [1], where we package a few Java > programs that use the Java Service Wrapper. We've noticed with a few of > them still contain PPC slices (even though OS X hasn't had a PPC release > in over a decade), and that these PPC slices have broken linkages on > modern versions of OS X. > > In particular, the PPC slices reference > "/usr/lib/libgcc_s_ppc64.1.dylib", which hasn't been provided by > OS X for quite a while and is currently breaking some of our > linkage tests. > > We think the linkage might be being introduced in the JSW, based on > one of our issues [2]. Could anybody shed some light on this and; > if the root turns out to be the JSW, propose a more permanent > fix for this (like removing PPC builds on OS X)? > > I'm currently working on a "fix" for this that just ignores this > particular linkage, but it would be great to have an upstream > correct it more permanently! > > Best, > William Woodruff > wi...@tu... / wi...@yo... > > > [1]: https://github.com/Homebrew > [2]: https://github.com/Homebrew/homebrew-core/pull/3613 > [3]: https://github.com/Homebrew/brew/pull/2805 > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user > > |