[MacPorts] #42496: boost::thread join() crashes under Mountain Lion when linked against libc++

MacPorts noreply at macports.org
Fri Feb 14 03:22:58 PST 2014


#42496: boost::thread join() crashes under Mountain Lion when linked against libc++
--------------------------+--------------------------------
  Reporter:  trojanfoe@…  |      Owner:  macports-tickets@…
      Type:  defect       |     Status:  closed
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:  2.2.1
Resolution:  wontfix      |   Keywords:
      Port:  boost        |
--------------------------+--------------------------------

Comment (by trojanfoe@…):

 All sorted now, many thanks.  For others, who don't want to follow the
 comment-trail in order to figure out how this was fixed, I:

 1. Installed macports-svn and switched to using a file-based "source" (as
 per [https://guide.macports.org/#installing.macports.subversion]).
 2. Got a list of my existing ports using:

 {{{
 port list installed | cut -f1 -d' ' > /tmp/portlist.txt
 }}}

 3. Uninstalled all ports:

 {{{
 port uninstall installed
 }}}

 4. Editted /opt/local/etc/macports/macports.conf and set these values:

 {{{
 buildfromsource always
 delete_la_files yes
 cxx_stdlib libc++
 }}}

 5. Reinstalled all ports:

 {{{
 port install $(cat /tmp/portlist.txt)
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/42496#comment:5>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list