[MacPorts] #39809: boost @1.54.0 fails to upgrade
MacPorts
noreply at macports.org
Mon Jul 22 01:12:17 PDT 2013
#39809: boost @1.54.0 fails to upgrade
-------------------------------+---------------------------------------
Reporter: nonstop.server@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.1.3
Resolution: | Keywords: tiger leopard snowleopard
Port: boost |
-------------------------------+---------------------------------------
Comment (by frederic.devernay@…):
This is due to the new Boost.Log library relying on TR1 result_of
protocol, which is unimplemented in GCC 4.2.
This probably won't be fixed
https://svn.boost.org/trac/boost/ticket/8769
unless somebody wants to fix it
https://svn.boost.org/trac/boost/ticket/8639 .
Here's the homebrew pull request I got this information from
https://github.com/mxcl/homebrew/pull/20947 .
clang 3.3 is probably the most viable option, as it is for all ports which
will break in the future because they are using C++11 features.
Keeping the universal variant is an important issue, since the concerned
OS versions may require it (universal only means something up to 10.6,
after that all machines were 64-bits intel anyway).
--
Ticket URL: <https://trac.macports.org/ticket/39809#comment:14>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list