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


Ignore:
Timestamp:
Oct 9, 2015, 11:42:34 AM (9 years ago)
Author:
sjc999
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48490, comment 10

    initial v1  
    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 sudo mkdir /usr/local/lib/tmp
    3 sudo mv /usr/local/lib/*mpfr* /usr/local/lib/tmp/
    4 sudo port install texlive-bin
     2sudo mkdir /usr/local/lib/tmp;
     3sudo mv /usr/local/lib/*mpfr* /usr/local/lib/tmp/ ;
     4sudo port install texlive-bin ;
    55sudo mv /usr/loca/lib/tmp/* /usr/local/lib