Changes between Version 1 and Version 2 of Ticket #48490, comment 10


Ignore:
Timestamp:
Oct 9, 2015, 11:45:15 AM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48490, comment 10

    v1 v2  
    11I had the same issue after upgrading OS to 10.11 and reinstalling macports. I've not gotten to the bottom of it yet to suggest a proper fix but a easy hack that worked for me was to simply move the mpfr in /usr/local out of the way, install texlive-bin in the usual manner and then put mpfr back again:
     2{{{
    23sudo mkdir /usr/local/lib/tmp;
    34sudo mv /usr/local/lib/*mpfr* /usr/local/lib/tmp/ ;
    45sudo port install texlive-bin ;
    56sudo mv /usr/loca/lib/tmp/* /usr/local/lib
     7}}}